Show / Hide Table of Contents

Interface CfnJobDefinition.IEfsVolumeConfigurationProperty

Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnJobDefinition.IEfsVolumeConfigurationProperty
Syntax (vb)
Public Interface CfnJobDefinition.IEfsVolumeConfigurationProperty
Remarks

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

             var efsVolumeConfigurationProperty = new EfsVolumeConfigurationProperty {
                 FileSystemId = "fileSystemId",

                 // the properties below are optional
                 AuthorizationConfig = new AuthorizationConfigProperty {
                     AccessPointId = "accessPointId",
                     Iam = "iam"
                 },
                 RootDirectory = "rootDirectory",
                 TransitEncryption = "transitEncryption",
                 TransitEncryptionPort = 123
             };

Synopsis

Properties

AuthorizationConfig
FileSystemId
RootDirectory
TransitEncryption
TransitEncryptionPort

Properties

AuthorizationConfig

object? AuthorizationConfig { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnJobDefinition.IAuthorizationConfigProperty

FileSystemId

string FileSystemId { get; }
Property Value

string

Remarks

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

RootDirectory

string? RootDirectory { get; }
Property Value

string

Remarks

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

TransitEncryption

string? TransitEncryption { get; }
Property Value

string

Remarks

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

TransitEncryptionPort

double? TransitEncryptionPort { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX