Class CfnFileSystemPropsMixin
The AWS::FSx::FileSystem resource is an Amazon FSx resource type that specifies an Amazon FSx file system.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFileSystemPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnFileSystemPropsMixin Inherits Mixin Implements IMixin
Remarks
You can create any of the following supported file system types:
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html
CloudformationResource: AWS::FSx::FileSystem
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins;
var cfnFileSystemPropsMixin = new CfnFileSystemPropsMixin(new CfnFileSystemMixinProps {
BackupId = "backupId",
FileSystemType = "fileSystemType",
FileSystemTypeVersion = "fileSystemTypeVersion",
KmsKeyId = "kmsKeyId",
LustreConfiguration = new LustreConfigurationProperty {
AutoImportPolicy = "autoImportPolicy",
AutomaticBackupRetentionDays = 123,
CopyTagsToBackups = false,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DataCompressionType = "dataCompressionType",
DataReadCacheConfiguration = new DataReadCacheConfigurationProperty {
SizeGiB = 123,
SizingMode = "sizingMode"
},
DeploymentType = "deploymentType",
DriveCacheType = "driveCacheType",
EfaEnabled = false,
ExportPath = "exportPath",
ImportedFileChunkSize = 123,
ImportPath = "importPath",
MetadataConfiguration = new MetadataConfigurationProperty {
Iops = 123,
Mode = "mode"
},
PerUnitStorageThroughput = 123,
ThroughputCapacity = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
},
NetworkType = "networkType",
OntapConfiguration = new OntapConfigurationProperty {
AutomaticBackupRetentionDays = 123,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DeploymentType = "deploymentType",
DiskIopsConfiguration = new DiskIopsConfigurationProperty {
Iops = 123,
Mode = "mode"
},
EndpointIpAddressRange = "endpointIpAddressRange",
EndpointIpv6AddressRange = "endpointIpv6AddressRange",
FsxAdminPassword = "fsxAdminPassword",
HaPairs = 123,
PreferredSubnetId = "preferredSubnetId",
RouteTableIds = new [] { "routeTableIds" },
ThroughputCapacity = 123,
ThroughputCapacityPerHaPair = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
},
OpenZfsConfiguration = new OpenZFSConfigurationProperty {
AutomaticBackupRetentionDays = 123,
CopyTagsToBackups = false,
CopyTagsToVolumes = false,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DeploymentType = "deploymentType",
DiskIopsConfiguration = new DiskIopsConfigurationProperty {
Iops = 123,
Mode = "mode"
},
EndpointIpAddressRange = "endpointIpAddressRange",
EndpointIpv6AddressRange = "endpointIpv6AddressRange",
Options = new [] { "options" },
PreferredSubnetId = "preferredSubnetId",
ReadCacheConfiguration = new ReadCacheConfigurationProperty {
SizeGiB = 123,
SizingMode = "sizingMode"
},
RootVolumeConfiguration = new RootVolumeConfigurationProperty {
CopyTagsToSnapshots = false,
DataCompressionType = "dataCompressionType",
NfsExports = new [] { new NfsExportsProperty {
ClientConfigurations = new [] { new ClientConfigurationsProperty {
Clients = "clients",
Options = new [] { "options" }
} }
} },
ReadOnly = false,
RecordSizeKiB = 123,
UserAndGroupQuotas = new [] { new UserAndGroupQuotasProperty {
Id = 123,
StorageCapacityQuotaGiB = 123,
Type = "type"
} }
},
RouteTableIds = new [] { "routeTableIds" },
ThroughputCapacity = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
},
SecurityGroupIds = new [] { "securityGroupIds" },
StorageCapacity = 123,
StorageType = "storageType",
SubnetIds = new [] { "subnetIds" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
WindowsConfiguration = new WindowsConfigurationProperty {
ActiveDirectoryId = "activeDirectoryId",
Aliases = new [] { "aliases" },
AuditLogConfiguration = new AuditLogConfigurationProperty {
AuditLogDestination = "auditLogDestination",
FileAccessAuditLogLevel = "fileAccessAuditLogLevel",
FileShareAccessAuditLogLevel = "fileShareAccessAuditLogLevel"
},
AutomaticBackupRetentionDays = 123,
CopyTagsToBackups = false,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DeploymentType = "deploymentType",
DiskIopsConfiguration = new DiskIopsConfigurationProperty {
Iops = 123,
Mode = "mode"
},
PreferredSubnetId = "preferredSubnetId",
SelfManagedActiveDirectoryConfiguration = new SelfManagedActiveDirectoryConfigurationProperty {
DnsIps = new [] { "dnsIps" },
DomainJoinServiceAccountSecret = "domainJoinServiceAccountSecret",
DomainName = "domainName",
FileSystemAdministratorsGroup = "fileSystemAdministratorsGroup",
OrganizationalUnitDistinguishedName = "organizationalUnitDistinguishedName",
Password = "password",
UserName = "userName"
},
ThroughputCapacity = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
}
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnFileSystemPropsMixin(ICfnFileSystemMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | The |
| Props | The |
| Strategy | The |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnFileSystemPropsMixin(ICfnFileSystemMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::FSx::FileSystem.
public CfnFileSystemPropsMixin(ICfnFileSystemMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnFileSystemMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
You can create any of the following supported file system types:
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html
CloudformationResource: AWS::FSx::FileSystem
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
The AWS::FSx::FileSystem resource is an Amazon FSx resource type that specifies an Amazon FSx file system.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
You can create any of the following supported file system types:
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html
CloudformationResource: AWS::FSx::FileSystem
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins;
var cfnFileSystemPropsMixin = new CfnFileSystemPropsMixin(new CfnFileSystemMixinProps {
BackupId = "backupId",
FileSystemType = "fileSystemType",
FileSystemTypeVersion = "fileSystemTypeVersion",
KmsKeyId = "kmsKeyId",
LustreConfiguration = new LustreConfigurationProperty {
AutoImportPolicy = "autoImportPolicy",
AutomaticBackupRetentionDays = 123,
CopyTagsToBackups = false,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DataCompressionType = "dataCompressionType",
DataReadCacheConfiguration = new DataReadCacheConfigurationProperty {
SizeGiB = 123,
SizingMode = "sizingMode"
},
DeploymentType = "deploymentType",
DriveCacheType = "driveCacheType",
EfaEnabled = false,
ExportPath = "exportPath",
ImportedFileChunkSize = 123,
ImportPath = "importPath",
MetadataConfiguration = new MetadataConfigurationProperty {
Iops = 123,
Mode = "mode"
},
PerUnitStorageThroughput = 123,
ThroughputCapacity = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
},
NetworkType = "networkType",
OntapConfiguration = new OntapConfigurationProperty {
AutomaticBackupRetentionDays = 123,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DeploymentType = "deploymentType",
DiskIopsConfiguration = new DiskIopsConfigurationProperty {
Iops = 123,
Mode = "mode"
},
EndpointIpAddressRange = "endpointIpAddressRange",
EndpointIpv6AddressRange = "endpointIpv6AddressRange",
FsxAdminPassword = "fsxAdminPassword",
HaPairs = 123,
PreferredSubnetId = "preferredSubnetId",
RouteTableIds = new [] { "routeTableIds" },
ThroughputCapacity = 123,
ThroughputCapacityPerHaPair = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
},
OpenZfsConfiguration = new OpenZFSConfigurationProperty {
AutomaticBackupRetentionDays = 123,
CopyTagsToBackups = false,
CopyTagsToVolumes = false,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DeploymentType = "deploymentType",
DiskIopsConfiguration = new DiskIopsConfigurationProperty {
Iops = 123,
Mode = "mode"
},
EndpointIpAddressRange = "endpointIpAddressRange",
EndpointIpv6AddressRange = "endpointIpv6AddressRange",
Options = new [] { "options" },
PreferredSubnetId = "preferredSubnetId",
ReadCacheConfiguration = new ReadCacheConfigurationProperty {
SizeGiB = 123,
SizingMode = "sizingMode"
},
RootVolumeConfiguration = new RootVolumeConfigurationProperty {
CopyTagsToSnapshots = false,
DataCompressionType = "dataCompressionType",
NfsExports = new [] { new NfsExportsProperty {
ClientConfigurations = new [] { new ClientConfigurationsProperty {
Clients = "clients",
Options = new [] { "options" }
} }
} },
ReadOnly = false,
RecordSizeKiB = 123,
UserAndGroupQuotas = new [] { new UserAndGroupQuotasProperty {
Id = 123,
StorageCapacityQuotaGiB = 123,
Type = "type"
} }
},
RouteTableIds = new [] { "routeTableIds" },
ThroughputCapacity = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
},
SecurityGroupIds = new [] { "securityGroupIds" },
StorageCapacity = 123,
StorageType = "storageType",
SubnetIds = new [] { "subnetIds" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
WindowsConfiguration = new WindowsConfigurationProperty {
ActiveDirectoryId = "activeDirectoryId",
Aliases = new [] { "aliases" },
AuditLogConfiguration = new AuditLogConfigurationProperty {
AuditLogDestination = "auditLogDestination",
FileAccessAuditLogLevel = "fileAccessAuditLogLevel",
FileShareAccessAuditLogLevel = "fileShareAccessAuditLogLevel"
},
AutomaticBackupRetentionDays = 123,
CopyTagsToBackups = false,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DeploymentType = "deploymentType",
DiskIopsConfiguration = new DiskIopsConfigurationProperty {
Iops = 123,
Mode = "mode"
},
PreferredSubnetId = "preferredSubnetId",
SelfManagedActiveDirectoryConfiguration = new SelfManagedActiveDirectoryConfigurationProperty {
DnsIps = new [] { "dnsIps" },
DomainJoinServiceAccountSecret = "domainJoinServiceAccountSecret",
DomainName = "domainName",
FileSystemAdministratorsGroup = "fileSystemAdministratorsGroup",
OrganizationalUnitDistinguishedName = "organizationalUnitDistinguishedName",
Password = "password",
UserName = "userName"
},
ThroughputCapacity = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
}
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
The AWS::FSx::FileSystem resource is an Amazon FSx resource type that specifies an Amazon FSx file system.
protected virtual ICfnFileSystemMixinProps Props { get; }
Property Value
Remarks
You can create any of the following supported file system types:
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html
CloudformationResource: AWS::FSx::FileSystem
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins;
var cfnFileSystemPropsMixin = new CfnFileSystemPropsMixin(new CfnFileSystemMixinProps {
BackupId = "backupId",
FileSystemType = "fileSystemType",
FileSystemTypeVersion = "fileSystemTypeVersion",
KmsKeyId = "kmsKeyId",
LustreConfiguration = new LustreConfigurationProperty {
AutoImportPolicy = "autoImportPolicy",
AutomaticBackupRetentionDays = 123,
CopyTagsToBackups = false,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DataCompressionType = "dataCompressionType",
DataReadCacheConfiguration = new DataReadCacheConfigurationProperty {
SizeGiB = 123,
SizingMode = "sizingMode"
},
DeploymentType = "deploymentType",
DriveCacheType = "driveCacheType",
EfaEnabled = false,
ExportPath = "exportPath",
ImportedFileChunkSize = 123,
ImportPath = "importPath",
MetadataConfiguration = new MetadataConfigurationProperty {
Iops = 123,
Mode = "mode"
},
PerUnitStorageThroughput = 123,
ThroughputCapacity = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
},
NetworkType = "networkType",
OntapConfiguration = new OntapConfigurationProperty {
AutomaticBackupRetentionDays = 123,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DeploymentType = "deploymentType",
DiskIopsConfiguration = new DiskIopsConfigurationProperty {
Iops = 123,
Mode = "mode"
},
EndpointIpAddressRange = "endpointIpAddressRange",
EndpointIpv6AddressRange = "endpointIpv6AddressRange",
FsxAdminPassword = "fsxAdminPassword",
HaPairs = 123,
PreferredSubnetId = "preferredSubnetId",
RouteTableIds = new [] { "routeTableIds" },
ThroughputCapacity = 123,
ThroughputCapacityPerHaPair = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
},
OpenZfsConfiguration = new OpenZFSConfigurationProperty {
AutomaticBackupRetentionDays = 123,
CopyTagsToBackups = false,
CopyTagsToVolumes = false,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DeploymentType = "deploymentType",
DiskIopsConfiguration = new DiskIopsConfigurationProperty {
Iops = 123,
Mode = "mode"
},
EndpointIpAddressRange = "endpointIpAddressRange",
EndpointIpv6AddressRange = "endpointIpv6AddressRange",
Options = new [] { "options" },
PreferredSubnetId = "preferredSubnetId",
ReadCacheConfiguration = new ReadCacheConfigurationProperty {
SizeGiB = 123,
SizingMode = "sizingMode"
},
RootVolumeConfiguration = new RootVolumeConfigurationProperty {
CopyTagsToSnapshots = false,
DataCompressionType = "dataCompressionType",
NfsExports = new [] { new NfsExportsProperty {
ClientConfigurations = new [] { new ClientConfigurationsProperty {
Clients = "clients",
Options = new [] { "options" }
} }
} },
ReadOnly = false,
RecordSizeKiB = 123,
UserAndGroupQuotas = new [] { new UserAndGroupQuotasProperty {
Id = 123,
StorageCapacityQuotaGiB = 123,
Type = "type"
} }
},
RouteTableIds = new [] { "routeTableIds" },
ThroughputCapacity = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
},
SecurityGroupIds = new [] { "securityGroupIds" },
StorageCapacity = 123,
StorageType = "storageType",
SubnetIds = new [] { "subnetIds" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
WindowsConfiguration = new WindowsConfigurationProperty {
ActiveDirectoryId = "activeDirectoryId",
Aliases = new [] { "aliases" },
AuditLogConfiguration = new AuditLogConfigurationProperty {
AuditLogDestination = "auditLogDestination",
FileAccessAuditLogLevel = "fileAccessAuditLogLevel",
FileShareAccessAuditLogLevel = "fileShareAccessAuditLogLevel"
},
AutomaticBackupRetentionDays = 123,
CopyTagsToBackups = false,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DeploymentType = "deploymentType",
DiskIopsConfiguration = new DiskIopsConfigurationProperty {
Iops = 123,
Mode = "mode"
},
PreferredSubnetId = "preferredSubnetId",
SelfManagedActiveDirectoryConfiguration = new SelfManagedActiveDirectoryConfigurationProperty {
DnsIps = new [] { "dnsIps" },
DomainJoinServiceAccountSecret = "domainJoinServiceAccountSecret",
DomainName = "domainName",
FileSystemAdministratorsGroup = "fileSystemAdministratorsGroup",
OrganizationalUnitDistinguishedName = "organizationalUnitDistinguishedName",
Password = "password",
UserName = "userName"
},
ThroughputCapacity = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
}
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
The AWS::FSx::FileSystem resource is an Amazon FSx resource type that specifies an Amazon FSx file system.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
You can create any of the following supported file system types:
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html
CloudformationResource: AWS::FSx::FileSystem
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins;
var cfnFileSystemPropsMixin = new CfnFileSystemPropsMixin(new CfnFileSystemMixinProps {
BackupId = "backupId",
FileSystemType = "fileSystemType",
FileSystemTypeVersion = "fileSystemTypeVersion",
KmsKeyId = "kmsKeyId",
LustreConfiguration = new LustreConfigurationProperty {
AutoImportPolicy = "autoImportPolicy",
AutomaticBackupRetentionDays = 123,
CopyTagsToBackups = false,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DataCompressionType = "dataCompressionType",
DataReadCacheConfiguration = new DataReadCacheConfigurationProperty {
SizeGiB = 123,
SizingMode = "sizingMode"
},
DeploymentType = "deploymentType",
DriveCacheType = "driveCacheType",
EfaEnabled = false,
ExportPath = "exportPath",
ImportedFileChunkSize = 123,
ImportPath = "importPath",
MetadataConfiguration = new MetadataConfigurationProperty {
Iops = 123,
Mode = "mode"
},
PerUnitStorageThroughput = 123,
ThroughputCapacity = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
},
NetworkType = "networkType",
OntapConfiguration = new OntapConfigurationProperty {
AutomaticBackupRetentionDays = 123,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DeploymentType = "deploymentType",
DiskIopsConfiguration = new DiskIopsConfigurationProperty {
Iops = 123,
Mode = "mode"
},
EndpointIpAddressRange = "endpointIpAddressRange",
EndpointIpv6AddressRange = "endpointIpv6AddressRange",
FsxAdminPassword = "fsxAdminPassword",
HaPairs = 123,
PreferredSubnetId = "preferredSubnetId",
RouteTableIds = new [] { "routeTableIds" },
ThroughputCapacity = 123,
ThroughputCapacityPerHaPair = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
},
OpenZfsConfiguration = new OpenZFSConfigurationProperty {
AutomaticBackupRetentionDays = 123,
CopyTagsToBackups = false,
CopyTagsToVolumes = false,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DeploymentType = "deploymentType",
DiskIopsConfiguration = new DiskIopsConfigurationProperty {
Iops = 123,
Mode = "mode"
},
EndpointIpAddressRange = "endpointIpAddressRange",
EndpointIpv6AddressRange = "endpointIpv6AddressRange",
Options = new [] { "options" },
PreferredSubnetId = "preferredSubnetId",
ReadCacheConfiguration = new ReadCacheConfigurationProperty {
SizeGiB = 123,
SizingMode = "sizingMode"
},
RootVolumeConfiguration = new RootVolumeConfigurationProperty {
CopyTagsToSnapshots = false,
DataCompressionType = "dataCompressionType",
NfsExports = new [] { new NfsExportsProperty {
ClientConfigurations = new [] { new ClientConfigurationsProperty {
Clients = "clients",
Options = new [] { "options" }
} }
} },
ReadOnly = false,
RecordSizeKiB = 123,
UserAndGroupQuotas = new [] { new UserAndGroupQuotasProperty {
Id = 123,
StorageCapacityQuotaGiB = 123,
Type = "type"
} }
},
RouteTableIds = new [] { "routeTableIds" },
ThroughputCapacity = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
},
SecurityGroupIds = new [] { "securityGroupIds" },
StorageCapacity = 123,
StorageType = "storageType",
SubnetIds = new [] { "subnetIds" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
WindowsConfiguration = new WindowsConfigurationProperty {
ActiveDirectoryId = "activeDirectoryId",
Aliases = new [] { "aliases" },
AuditLogConfiguration = new AuditLogConfigurationProperty {
AuditLogDestination = "auditLogDestination",
FileAccessAuditLogLevel = "fileAccessAuditLogLevel",
FileShareAccessAuditLogLevel = "fileShareAccessAuditLogLevel"
},
AutomaticBackupRetentionDays = 123,
CopyTagsToBackups = false,
DailyAutomaticBackupStartTime = "dailyAutomaticBackupStartTime",
DeploymentType = "deploymentType",
DiskIopsConfiguration = new DiskIopsConfigurationProperty {
Iops = 123,
Mode = "mode"
},
PreferredSubnetId = "preferredSubnetId",
SelfManagedActiveDirectoryConfiguration = new SelfManagedActiveDirectoryConfigurationProperty {
DnsIps = new [] { "dnsIps" },
DomainJoinServiceAccountSecret = "domainJoinServiceAccountSecret",
DomainName = "domainName",
FileSystemAdministratorsGroup = "fileSystemAdministratorsGroup",
OrganizationalUnitDistinguishedName = "organizationalUnitDistinguishedName",
Password = "password",
UserName = "userName"
},
ThroughputCapacity = 123,
WeeklyMaintenanceStartTime = "weeklyMaintenanceStartTime"
}
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override IConstruct ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Returns
IConstruct
Overrides
Remarks
You can create any of the following supported file system types:
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html
CloudformationResource: AWS::FSx::FileSystem
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
You can create any of the following supported file system types:
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html
CloudformationResource: AWS::FSx::FileSystem
Mixin: true
ExampleMetadata: fixture=_generated