Interface CfnUserAccessLoggingSettingsMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserAccessLoggingSettingsMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:06.381Z")
@Stability(Stable)
public interface CfnUserAccessLoggingSettingsMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnUserAccessLoggingSettingsPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.*;
CfnUserAccessLoggingSettingsMixinProps cfnUserAccessLoggingSettingsMixinProps = CfnUserAccessLoggingSettingsMixinProps.builder()
.kinesisStreamArn("kinesisStreamArn")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserAccessLoggingSettingsMixinPropsstatic final classAn implementation forCfnUserAccessLoggingSettingsMixinProps -
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
-