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>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]func LookupUserAccessLoggingSettings(ctx *Context, args *LookupUserAccessLoggingSettingsArgs, opts ...InvokeOption) (*LookupUserAccessLoggingSettingsResult, error)
func LookupUserAccessLoggingSettingsOutput(ctx *Context, args *LookupUserAccessLoggingSettingsOutputArgs, opts ...InvokeOption) LookupUserAccessLoggingSettingsResultOutput> 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)
}public static CompletableFuture<GetUserAccessLoggingSettingsResult> getUserAccessLoggingSettings(GetUserAccessLoggingSettingsArgs args, InvokeOptions options)
public static Output<GetUserAccessLoggingSettingsResult> getUserAccessLoggingSettings(GetUserAccessLoggingSettingsArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:workspacesweb:getUserAccessLoggingSettings
  arguments:
    # arguments dictionaryThe following arguments are supported:
- UserAccess stringLogging Settings Arn 
- The ARN of the user access logging settings.
- UserAccess stringLogging Settings Arn 
- The ARN of the user access logging settings.
- userAccess StringLogging Settings Arn 
- The ARN of the user access logging settings.
- userAccess stringLogging Settings Arn 
- The ARN of the user access logging settings.
- user_access_ strlogging_ settings_ arn 
- The ARN of the user access logging settings.
- userAccess StringLogging Settings Arn 
- The ARN of the user access logging settings.
getUserAccessLoggingSettings Result
The following output properties are available:
- AssociatedPortal List<string>Arns 
- A list of web portal ARNs that this user access logging settings is associated with.
- KinesisStream stringArn 
- Kinesis stream ARN to which log events are published.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- The tags to add to the user access logging settings resource. A tag is a key-value pair.
- UserAccess stringLogging Settings Arn 
- The ARN of the user access logging settings.
- AssociatedPortal []stringArns 
- A list of web portal ARNs that this user access logging settings is associated with.
- KinesisStream stringArn 
- Kinesis stream ARN to which log events are published.
- Tag
- The tags to add to the user access logging settings resource. A tag is a key-value pair.
- UserAccess stringLogging Settings Arn 
- The ARN of the user access logging settings.
- associatedPortal List<String>Arns 
- A list of web portal ARNs that this user access logging settings is associated with.
- kinesisStream StringArn 
- Kinesis stream ARN to which log events are published.
- List<Tag>
- The tags to add to the user access logging settings resource. A tag is a key-value pair.
- userAccess StringLogging Settings Arn 
- The ARN of the user access logging settings.
- associatedPortal string[]Arns 
- A list of web portal ARNs that this user access logging settings is associated with.
- kinesisStream stringArn 
- Kinesis stream ARN to which log events are published.
- Tag[]
- The tags to add to the user access logging settings resource. A tag is a key-value pair.
- userAccess stringLogging Settings Arn 
- The ARN of the user access logging settings.
- associated_portal_ Sequence[str]arns 
- A list of web portal ARNs that this user access logging settings is associated with.
- kinesis_stream_ strarn 
- Kinesis stream ARN to which log events are published.
- Sequence[root_Tag]
- The tags to add to the user access logging settings resource. A tag is a key-value pair.
- user_access_ strlogging_ settings_ arn 
- The ARN of the user access logging settings.
- associatedPortal List<String>Arns 
- A list of web portal ARNs that this user access logging settings is associated with.
- kinesisStream StringArn 
- Kinesis stream ARN to which log events are published.
- List<Property Map>
- The tags to add to the user access logging settings resource. A tag is a key-value pair.
- userAccess StringLogging Settings Arn 
- The ARN of the user access logging settings.
Supporting Types
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