We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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.9.0 published on Monday, Nov 18, 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:
- User
Access stringLogging Settings Arn - The ARN of the user access logging settings.
- User
Access stringLogging Settings Arn - The ARN of the user access logging settings.
- user
Access StringLogging Settings Arn - The ARN of the user access logging settings.
- user
Access stringLogging Settings Arn - The ARN of the user access logging settings.
- user_
access_ strlogging_ settings_ arn - The ARN of the user access logging settings.
- user
Access StringLogging Settings Arn - The ARN of the user access logging settings.
getUserAccessLoggingSettings Result
The following output properties are available:
- Associated
Portal List<string>Arns - A list of web portal ARNs that this user access logging settings is associated with.
- Kinesis
Stream 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.
- User
Access stringLogging Settings Arn - The ARN of the user access logging settings.
- Associated
Portal []stringArns - A list of web portal ARNs that this user access logging settings is associated with.
- Kinesis
Stream 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.
- User
Access stringLogging Settings Arn - The ARN of the user access logging settings.
- associated
Portal List<String>Arns - A list of web portal ARNs that this user access logging settings is associated with.
- kinesis
Stream 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.
- user
Access StringLogging Settings Arn - The ARN of the user access logging settings.
- associated
Portal string[]Arns - A list of web portal ARNs that this user access logging settings is associated with.
- kinesis
Stream 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.
- user
Access 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.
- associated
Portal List<String>Arns - A list of web portal ARNs that this user access logging settings is associated with.
- kinesis
Stream 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.
- user
Access 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.9.0 published on Monday, Nov 18, 2024 by Pulumi