Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-s3filesvolumeconfiguration.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-s3filesvolumeconfiguration.html#cfn-batch-jobdefinition-s3filesvolumeconfiguration-accesspointarn

FileSystemArn

string? FileSystemArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-s3filesvolumeconfiguration.html#cfn-batch-jobdefinition-s3filesvolumeconfiguration-filesystemarn

RootDirectory

string? RootDirectory { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-s3filesvolumeconfiguration.html#cfn-batch-jobdefinition-s3filesvolumeconfiguration-rootdirectory

TransitEncryptionPort

double? TransitEncryptionPort { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-s3filesvolumeconfiguration.html#cfn-batch-jobdefinition-s3filesvolumeconfiguration-transitencryptionport

Back to top Generated by DocFX