Class CfnUserAccessLoggingSettingsProps
Properties for defining a CfnUserAccessLoggingSettings
.
Inheritance
System.Object
CfnUserAccessLoggingSettingsProps
Implements
Namespace: Amazon.CDK.AwsWorkspacesweb
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnUserAccessLoggingSettingsProps : Object, ICfnUserAccessLoggingSettingsProps
Syntax (vb)
Public Class CfnUserAccessLoggingSettingsProps
Inherits Object
Implements 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
Constructors
CfnUserAccessLoggingSettingsProps() |
Properties
KinesisStreamArn | The ARN of the Kinesis stream. |
Tags | The tags to add to the user access logging settings resource. |
Constructors
CfnUserAccessLoggingSettingsProps()
public CfnUserAccessLoggingSettingsProps()
Properties
KinesisStreamArn
The ARN of the Kinesis stream.
public string KinesisStreamArn { get; set; }
Property Value
System.String
Remarks
Tags
The tags to add to the user access logging settings resource.
public ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]