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

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.workspacesweb.getUserAccessLoggingSettings

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:workspacesweb:getUserAccessLoggingSettings
      arguments:
        # arguments dictionary

    The following arguments are supported:

    UserAccessLoggingSettingsArn string
    The ARN of the user access logging settings.
    UserAccessLoggingSettingsArn string
    The ARN of the user access logging settings.
    userAccessLoggingSettingsArn String
    The ARN of the user access logging settings.
    userAccessLoggingSettingsArn string
    The ARN of the user access logging settings.
    user_access_logging_settings_arn str
    The ARN of the user access logging settings.
    userAccessLoggingSettingsArn 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

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

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi