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