Interface CfnUserAccessLoggingSettingsProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserAccessLoggingSettingsProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.152Z")
@Stability(Stable)
public interface CfnUserAccessLoggingSettingsProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnUserAccessLoggingSettings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.workspacesweb.*;
CfnUserAccessLoggingSettingsProps cfnUserAccessLoggingSettingsProps = CfnUserAccessLoggingSettingsProps.builder()
.kinesisStreamArn("kinesisStreamArn")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserAccessLoggingSettingsPropsstatic final classAn implementation forCfnUserAccessLoggingSettingsProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKinesisStreamArn
The ARN of the Kinesis stream.- See Also:
-
getTags
The tags to add to the user access logging settings resource.A tag is a key-value pair.
- See Also:
-
builder
-