Interface ICfnUserAccessLoggingSettingsProps
Properties for defining a CfnUserAccessLoggingSettings
.
Namespace: Amazon.CDK.AwsWorkspacesweb
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnUserAccessLoggingSettingsProps
Syntax (vb)
Public Interface ICfnUserAccessLoggingSettingsProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_workspacesweb;
var cfnUserAccessLoggingSettingsProps = new CfnUserAccessLoggingSettingsProps {
KinesisStreamArn = "kinesisStreamArn",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
KinesisStreamArn | The ARN of the Kinesis stream. |
Tags | The tags to add to the user access logging settings resource. |
Properties
KinesisStreamArn
The ARN of the Kinesis stream.
string KinesisStreamArn { get; }
Property Value
System.String
Remarks
Tags
The tags to add to the user access logging settings resource.
virtual ICfnTag[] Tags { get; }
Property Value
ICfnTag[]