Class CfnS3AccessPointAttachmentPropsMixin
An S3 access point attached to an Amazon FSx volume.
Implements
Inherited Members
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
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 |
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
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
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
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
Remarks
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
Remarks
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
Overrides
Remarks
CloudformationResource: AWS::FSx::S3AccessPointAttachment
Mixin: true
ExampleMetadata: fixture=_generated