Show / Hide Table of Contents

Interface CfnAccessPointPropsMixin.IAccessPointTagProperty

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.S3Files
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAccessPointPropsMixin.IAccessPointTagProperty
Syntax (vb)
Public Interface CfnAccessPointPropsMixin.IAccessPointTagProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3files-accesspoint-accesspointtag.html

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.CfnPropertyMixins.AWS.S3Files;

             var accessPointTagProperty = new AccessPointTagProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Properties

Key
Value

Properties

Key

string? Key { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3files-accesspoint-accesspointtag.html#cfn-s3files-accesspoint-accesspointtag-key

Value

string? Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3files-accesspoint-accesspointtag.html#cfn-s3files-accesspoint-accesspointtag-value

Back to top Generated by DocFX