Interface CfnJobDefinitionPropsMixin.IS3FilesVolumeConfigurationProperty
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Batch
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnJobDefinitionPropsMixin.IS3FilesVolumeConfigurationProperty
Syntax (vb)
Public Interface CfnJobDefinitionPropsMixin.IS3FilesVolumeConfigurationProperty
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.CfnPropertyMixins.AWS.Batch;
var s3FilesVolumeConfigurationProperty = new S3FilesVolumeConfigurationProperty {
AccessPointArn = "accessPointArn",
FileSystemArn = "fileSystemArn",
RootDirectory = "rootDirectory",
TransitEncryptionPort = 123
};
Synopsis
Properties
| AccessPointArn | |
| FileSystemArn | |
| RootDirectory | |
| TransitEncryptionPort |
Properties
AccessPointArn
string? AccessPointArn { get; }
Property Value
Remarks
FileSystemArn
string? FileSystemArn { get; }
Property Value
Remarks
RootDirectory
string? RootDirectory { get; }
Property Value
Remarks
TransitEncryptionPort
double? TransitEncryptionPort { get; }