Show / Hide Table of Contents

Class CfnS3AccessPointAttachmentPropsMixin

An S3 access point attached to an Amazon FSx volume.

Inheritance
object
Mixin
CfnS3AccessPointAttachmentPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.FSx
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnS3AccessPointAttachmentPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnS3AccessPointAttachmentPropsMixin Inherits Mixin Implements IMixin
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html

CloudformationResource: AWS::FSx::S3AccessPointAttachment

Mixin: true

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.FSx;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;
             var policy;

             var cfnS3AccessPointAttachmentPropsMixin = new CfnS3AccessPointAttachmentPropsMixin(new CfnS3AccessPointAttachmentMixinProps {
                 Name = "name",
                 OntapConfiguration = new S3AccessPointOntapConfigurationProperty {
                     FileSystemIdentity = new OntapFileSystemIdentityProperty {
                         Type = "type",
                         UnixUser = new OntapUnixFileSystemUserProperty {
                             Name = "name"
                         },
                         WindowsUser = new OntapWindowsFileSystemUserProperty {
                             Name = "name"
                         }
                     },
                     VolumeId = "volumeId"
                 },
                 OpenZfsConfiguration = new S3AccessPointOpenZFSConfigurationProperty {
                     FileSystemIdentity = new OpenZFSFileSystemIdentityProperty {
                         PosixUser = new OpenZFSPosixFileSystemUserProperty {
                             Gid = 123,
                             SecondaryGids = new [] { new FileSystemGIDProperty {
                                 Gid = 123
                             } },
                             Uid = 123
                         },
                         Type = "type"
                     },
                     VolumeId = "volumeId"
                 },
                 S3AccessPoint = new S3AccessPointProperty {
                     Alias = "alias",
                     Policy = policy,
                     ResourceArn = "resourceArn",
                     VpcConfiguration = new S3AccessPointVpcConfigurationProperty {
                         VpcId = "vpcId"
                     }
                 },
                 Type = "type"
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnS3AccessPointAttachmentPropsMixin(ICfnS3AccessPointAttachmentMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::FSx::S3AccessPointAttachment.

Properties

CFN_PROPERTY_KEYS

An S3 access point attached to an Amazon FSx volume.

Props

An S3 access point attached to an Amazon FSx volume.

Strategy

An S3 access point attached to an Amazon FSx volume.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnS3AccessPointAttachmentPropsMixin(ICfnS3AccessPointAttachmentMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::FSx::S3AccessPointAttachment.

public CfnS3AccessPointAttachmentPropsMixin(ICfnS3AccessPointAttachmentMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnS3AccessPointAttachmentMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html

CloudformationResource: AWS::FSx::S3AccessPointAttachment

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

An S3 access point attached to an Amazon FSx volume.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html

CloudformationResource: AWS::FSx::S3AccessPointAttachment

Mixin: true

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.FSx;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;
             var policy;

             var cfnS3AccessPointAttachmentPropsMixin = new CfnS3AccessPointAttachmentPropsMixin(new CfnS3AccessPointAttachmentMixinProps {
                 Name = "name",
                 OntapConfiguration = new S3AccessPointOntapConfigurationProperty {
                     FileSystemIdentity = new OntapFileSystemIdentityProperty {
                         Type = "type",
                         UnixUser = new OntapUnixFileSystemUserProperty {
                             Name = "name"
                         },
                         WindowsUser = new OntapWindowsFileSystemUserProperty {
                             Name = "name"
                         }
                     },
                     VolumeId = "volumeId"
                 },
                 OpenZfsConfiguration = new S3AccessPointOpenZFSConfigurationProperty {
                     FileSystemIdentity = new OpenZFSFileSystemIdentityProperty {
                         PosixUser = new OpenZFSPosixFileSystemUserProperty {
                             Gid = 123,
                             SecondaryGids = new [] { new FileSystemGIDProperty {
                                 Gid = 123
                             } },
                             Uid = 123
                         },
                         Type = "type"
                     },
                     VolumeId = "volumeId"
                 },
                 S3AccessPoint = new S3AccessPointProperty {
                     Alias = "alias",
                     Policy = policy,
                     ResourceArn = "resourceArn",
                     VpcConfiguration = new S3AccessPointVpcConfigurationProperty {
                         VpcId = "vpcId"
                     }
                 },
                 Type = "type"
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

An S3 access point attached to an Amazon FSx volume.

protected virtual ICfnS3AccessPointAttachmentMixinProps Props { get; }
Property Value

ICfnS3AccessPointAttachmentMixinProps

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html

CloudformationResource: AWS::FSx::S3AccessPointAttachment

Mixin: true

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.FSx;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;
             var policy;

             var cfnS3AccessPointAttachmentPropsMixin = new CfnS3AccessPointAttachmentPropsMixin(new CfnS3AccessPointAttachmentMixinProps {
                 Name = "name",
                 OntapConfiguration = new S3AccessPointOntapConfigurationProperty {
                     FileSystemIdentity = new OntapFileSystemIdentityProperty {
                         Type = "type",
                         UnixUser = new OntapUnixFileSystemUserProperty {
                             Name = "name"
                         },
                         WindowsUser = new OntapWindowsFileSystemUserProperty {
                             Name = "name"
                         }
                     },
                     VolumeId = "volumeId"
                 },
                 OpenZfsConfiguration = new S3AccessPointOpenZFSConfigurationProperty {
                     FileSystemIdentity = new OpenZFSFileSystemIdentityProperty {
                         PosixUser = new OpenZFSPosixFileSystemUserProperty {
                             Gid = 123,
                             SecondaryGids = new [] { new FileSystemGIDProperty {
                                 Gid = 123
                             } },
                             Uid = 123
                         },
                         Type = "type"
                     },
                     VolumeId = "volumeId"
                 },
                 S3AccessPoint = new S3AccessPointProperty {
                     Alias = "alias",
                     Policy = policy,
                     ResourceArn = "resourceArn",
                     VpcConfiguration = new S3AccessPointVpcConfigurationProperty {
                         VpcId = "vpcId"
                     }
                 },
                 Type = "type"
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

An S3 access point attached to an Amazon FSx volume.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html

CloudformationResource: AWS::FSx::S3AccessPointAttachment

Mixin: true

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.FSx;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;
             var policy;

             var cfnS3AccessPointAttachmentPropsMixin = new CfnS3AccessPointAttachmentPropsMixin(new CfnS3AccessPointAttachmentMixinProps {
                 Name = "name",
                 OntapConfiguration = new S3AccessPointOntapConfigurationProperty {
                     FileSystemIdentity = new OntapFileSystemIdentityProperty {
                         Type = "type",
                         UnixUser = new OntapUnixFileSystemUserProperty {
                             Name = "name"
                         },
                         WindowsUser = new OntapWindowsFileSystemUserProperty {
                             Name = "name"
                         }
                     },
                     VolumeId = "volumeId"
                 },
                 OpenZfsConfiguration = new S3AccessPointOpenZFSConfigurationProperty {
                     FileSystemIdentity = new OpenZFSFileSystemIdentityProperty {
                         PosixUser = new OpenZFSPosixFileSystemUserProperty {
                             Gid = 123,
                             SecondaryGids = new [] { new FileSystemGIDProperty {
                                 Gid = 123
                             } },
                             Uid = 123
                         },
                         Type = "type"
                     },
                     VolumeId = "volumeId"
                 },
                 S3AccessPoint = new S3AccessPointProperty {
                     Alias = "alias",
                     Policy = policy,
                     ResourceArn = "resourceArn",
                     VpcConfiguration = new S3AccessPointVpcConfigurationProperty {
                         VpcId = "vpcId"
                     }
                 },
                 Type = "type"
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override void ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Overrides
Mixin.ApplyTo(IConstruct)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html

CloudformationResource: AWS::FSx::S3AccessPointAttachment

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html

CloudformationResource: AWS::FSx::S3AccessPointAttachment

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX