Show / Hide Table of Contents

Class CfnTaskDefinitionPropsMixin.S3FilesVolumeConfigurationProperty

Inheritance
object
CfnTaskDefinitionPropsMixin.S3FilesVolumeConfigurationProperty
Implements
CfnTaskDefinitionPropsMixin.IS3FilesVolumeConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ECS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTaskDefinitionPropsMixin.S3FilesVolumeConfigurationProperty : CfnTaskDefinitionPropsMixin.IS3FilesVolumeConfigurationProperty
Syntax (vb)
Public Class CfnTaskDefinitionPropsMixin.S3FilesVolumeConfigurationProperty Implements CfnTaskDefinitionPropsMixin.IS3FilesVolumeConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-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.ECS;

             var s3FilesVolumeConfigurationProperty = new S3FilesVolumeConfigurationProperty {
                 AccessPointArn = "accessPointArn",
                 FileSystemArn = "fileSystemArn",
                 RootDirectory = "rootDirectory",
                 TransitEncryptionPort = 123
             };

Synopsis

Constructors

S3FilesVolumeConfigurationProperty()

Properties

AccessPointArn
FileSystemArn
RootDirectory
TransitEncryptionPort

Constructors

S3FilesVolumeConfigurationProperty()

public S3FilesVolumeConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-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.ECS;

             var s3FilesVolumeConfigurationProperty = new S3FilesVolumeConfigurationProperty {
                 AccessPointArn = "accessPointArn",
                 FileSystemArn = "fileSystemArn",
                 RootDirectory = "rootDirectory",
                 TransitEncryptionPort = 123
             };

Properties

AccessPointArn

public string? AccessPointArn { get; set; }
Property Value

string

Remarks

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

FileSystemArn

public string? FileSystemArn { get; set; }
Property Value

string

Remarks

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

RootDirectory

public string? RootDirectory { get; set; }
Property Value

string

Remarks

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

TransitEncryptionPort

public double? TransitEncryptionPort { get; set; }
Property Value

double?

Remarks

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

Implements

CfnTaskDefinitionPropsMixin.IS3FilesVolumeConfigurationProperty
Back to top Generated by DocFX