1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. workspacesweb
  5. getUserAccessLoggingSettings

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.workspacesweb.getUserAccessLoggingSettings

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Definition of AWS::WorkSpacesWeb::UserAccessLoggingSettings Resource Type

Using getUserAccessLoggingSettings

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getUserAccessLoggingSettings(args: GetUserAccessLoggingSettingsArgs, opts?: InvokeOptions): Promise<GetUserAccessLoggingSettingsResult>
function getUserAccessLoggingSettingsOutput(args: GetUserAccessLoggingSettingsOutputArgs, opts?: InvokeOptions): Output<GetUserAccessLoggingSettingsResult>
Copy
def get_user_access_logging_settings(user_access_logging_settings_arn: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetUserAccessLoggingSettingsResult
def get_user_access_logging_settings_output(user_access_logging_settings_arn: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetUserAccessLoggingSettingsResult]
Copy
func LookupUserAccessLoggingSettings(ctx *Context, args *LookupUserAccessLoggingSettingsArgs, opts ...InvokeOption) (*LookupUserAccessLoggingSettingsResult, error)
func LookupUserAccessLoggingSettingsOutput(ctx *Context, args *LookupUserAccessLoggingSettingsOutputArgs, opts ...InvokeOption) LookupUserAccessLoggingSettingsResultOutput
Copy

> Note: This function is named LookupUserAccessLoggingSettings in the Go SDK.

public static class GetUserAccessLoggingSettings 
{
    public static Task<GetUserAccessLoggingSettingsResult> InvokeAsync(GetUserAccessLoggingSettingsArgs args, InvokeOptions? opts = null)
    public static Output<GetUserAccessLoggingSettingsResult> Invoke(GetUserAccessLoggingSettingsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetUserAccessLoggingSettingsResult> getUserAccessLoggingSettings(GetUserAccessLoggingSettingsArgs args, InvokeOptions options)
public static Output<GetUserAccessLoggingSettingsResult> getUserAccessLoggingSettings(GetUserAccessLoggingSettingsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:workspacesweb:getUserAccessLoggingSettings
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

UserAccessLoggingSettingsArn This property is required. string
The ARN of the user access logging settings.
UserAccessLoggingSettingsArn This property is required. string
The ARN of the user access logging settings.
userAccessLoggingSettingsArn This property is required. String
The ARN of the user access logging settings.
userAccessLoggingSettingsArn This property is required. string
The ARN of the user access logging settings.
user_access_logging_settings_arn This property is required. str
The ARN of the user access logging settings.
userAccessLoggingSettingsArn This property is required. String
The ARN of the user access logging settings.

getUserAccessLoggingSettings Result

The following output properties are available:

AssociatedPortalArns List<string>
A list of web portal ARNs that this user access logging settings is associated with.
KinesisStreamArn string
Kinesis stream ARN to which log events are published.
Tags List<Pulumi.AwsNative.Outputs.Tag>
The tags to add to the user access logging settings resource. A tag is a key-value pair.
UserAccessLoggingSettingsArn string
The ARN of the user access logging settings.
AssociatedPortalArns []string
A list of web portal ARNs that this user access logging settings is associated with.
KinesisStreamArn string
Kinesis stream ARN to which log events are published.
Tags Tag
The tags to add to the user access logging settings resource. A tag is a key-value pair.
UserAccessLoggingSettingsArn string
The ARN of the user access logging settings.
associatedPortalArns List<String>
A list of web portal ARNs that this user access logging settings is associated with.
kinesisStreamArn String
Kinesis stream ARN to which log events are published.
tags List<Tag>
The tags to add to the user access logging settings resource. A tag is a key-value pair.
userAccessLoggingSettingsArn String
The ARN of the user access logging settings.
associatedPortalArns string[]
A list of web portal ARNs that this user access logging settings is associated with.
kinesisStreamArn string
Kinesis stream ARN to which log events are published.
tags Tag[]
The tags to add to the user access logging settings resource. A tag is a key-value pair.
userAccessLoggingSettingsArn string
The ARN of the user access logging settings.
associated_portal_arns Sequence[str]
A list of web portal ARNs that this user access logging settings is associated with.
kinesis_stream_arn str
Kinesis stream ARN to which log events are published.
tags Sequence[root_Tag]
The tags to add to the user access logging settings resource. A tag is a key-value pair.
user_access_logging_settings_arn str
The ARN of the user access logging settings.
associatedPortalArns List<String>
A list of web portal ARNs that this user access logging settings is associated with.
kinesisStreamArn String
Kinesis stream ARN to which log events are published.
tags List<Property Map>
The tags to add to the user access logging settings resource. A tag is a key-value pair.
userAccessLoggingSettingsArn String
The ARN of the user access logging settings.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi