@aws-sdk/client-securityhub 3.470.0 → 3.473.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6569,6 +6569,326 @@ export interface AwsDynamoDbTableDetails {
6569
6569
  * </ul>
6570
6570
  */
6571
6571
  TableStatus?: string;
6572
+ /**
6573
+ * @public
6574
+ * <p>
6575
+ * Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table.
6576
+ * </p>
6577
+ */
6578
+ DeletionProtectionEnabled?: boolean;
6579
+ }
6580
+ /**
6581
+ * @public
6582
+ * <p>
6583
+ * Provides details about an Active Directory that’s used to authenticate an Client VPN endpoint.
6584
+ * </p>
6585
+ */
6586
+ export interface AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails {
6587
+ /**
6588
+ * @public
6589
+ * <p>
6590
+ * The ID of the Active Directory used for authentication.
6591
+ * </p>
6592
+ */
6593
+ DirectoryId?: string;
6594
+ }
6595
+ /**
6596
+ * @public
6597
+ * <p>
6598
+ * Describes the IAM SAML identity providers used for federated authentication.
6599
+ * </p>
6600
+ */
6601
+ export interface AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails {
6602
+ /**
6603
+ * @public
6604
+ * <p>
6605
+ * The Amazon Resource Name (ARN) of the IAM SAML identity provider.
6606
+ * </p>
6607
+ */
6608
+ SamlProviderArn?: string;
6609
+ /**
6610
+ * @public
6611
+ * <p>
6612
+ * The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
6613
+ * </p>
6614
+ */
6615
+ SelfServiceSamlProviderArn?: string;
6616
+ }
6617
+ /**
6618
+ * @public
6619
+ * <p>
6620
+ * Information about the client certificate used for authentication.
6621
+ * </p>
6622
+ */
6623
+ export interface AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails {
6624
+ /**
6625
+ * @public
6626
+ * <p>
6627
+ * The Amazon Resource Name (ARN) of the client certificate.
6628
+ * </p>
6629
+ */
6630
+ ClientRootCertificateChain?: string;
6631
+ }
6632
+ /**
6633
+ * @public
6634
+ * <p>
6635
+ * Information about the authentication method used by the Client VPN endpoint.
6636
+ * </p>
6637
+ */
6638
+ export interface AwsEc2ClientVpnEndpointAuthenticationOptionsDetails {
6639
+ /**
6640
+ * @public
6641
+ * <p>
6642
+ * The authentication type used.
6643
+ * </p>
6644
+ */
6645
+ Type?: string;
6646
+ /**
6647
+ * @public
6648
+ * <p>
6649
+ * Information about the Active Directory, if applicable. With Active Directory authentication, clients are authenticated
6650
+ * against existing Active Directory groups.
6651
+ * </p>
6652
+ */
6653
+ ActiveDirectory?: AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails;
6654
+ /**
6655
+ * @public
6656
+ * <p>
6657
+ * Information about the authentication certificates, if applicable.</p>
6658
+ */
6659
+ MutualAuthentication?: AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails;
6660
+ /**
6661
+ * @public
6662
+ * <p>
6663
+ * Information about the IAM SAML identity provider, if applicable.</p>
6664
+ */
6665
+ FederatedAuthentication?: AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails;
6666
+ }
6667
+ /**
6668
+ * @public
6669
+ * <p>
6670
+ * Describes the status of the Client VPN endpoint attribute.
6671
+ * </p>
6672
+ */
6673
+ export interface AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails {
6674
+ /**
6675
+ * @public
6676
+ * <p>
6677
+ * The status code.
6678
+ * </p>
6679
+ */
6680
+ Code?: string;
6681
+ /**
6682
+ * @public
6683
+ * <p>
6684
+ * The status message.
6685
+ * </p>
6686
+ */
6687
+ Message?: string;
6688
+ }
6689
+ /**
6690
+ * @public
6691
+ * <p>
6692
+ * The options for managing connection authorization for new client connections.
6693
+ * </p>
6694
+ */
6695
+ export interface AwsEc2ClientVpnEndpointClientConnectOptionsDetails {
6696
+ /**
6697
+ * @public
6698
+ * <p>
6699
+ * Indicates whether client connect options are enabled.
6700
+ * </p>
6701
+ */
6702
+ Enabled?: boolean;
6703
+ /**
6704
+ * @public
6705
+ * <p>
6706
+ * The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
6707
+ * </p>
6708
+ */
6709
+ LambdaFunctionArn?: string;
6710
+ /**
6711
+ * @public
6712
+ * <p>
6713
+ * The status of any updates to the client connect options.
6714
+ * </p>
6715
+ */
6716
+ Status?: AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails;
6717
+ }
6718
+ /**
6719
+ * @public
6720
+ * <p>
6721
+ * Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a
6722
+ * VPN session is established.
6723
+ * </p>
6724
+ */
6725
+ export interface AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails {
6726
+ /**
6727
+ * @public
6728
+ * <p>
6729
+ * Current state of text banner feature.
6730
+ * </p>
6731
+ */
6732
+ Enabled?: boolean;
6733
+ /**
6734
+ * @public
6735
+ * <p>
6736
+ * Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is
6737
+ * established.
6738
+ * </p>
6739
+ */
6740
+ BannerText?: string;
6741
+ }
6742
+ /**
6743
+ * @public
6744
+ * <p>
6745
+ * Information about the client connection logging options for the Client VPN endpoint.
6746
+ * </p>
6747
+ */
6748
+ export interface AwsEc2ClientVpnEndpointConnectionLogOptionsDetails {
6749
+ /**
6750
+ * @public
6751
+ * <p>
6752
+ * Indicates whether client connection logging is enabled for the Client VPN endpoint.
6753
+ * </p>
6754
+ */
6755
+ Enabled?: boolean;
6756
+ /**
6757
+ * @public
6758
+ * <p>
6759
+ * The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
6760
+ * </p>
6761
+ */
6762
+ CloudwatchLogGroup?: string;
6763
+ /**
6764
+ * @public
6765
+ * <p>
6766
+ * The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
6767
+ * </p>
6768
+ */
6769
+ CloudwatchLogStream?: string;
6770
+ }
6771
+ /**
6772
+ * @public
6773
+ * <p>
6774
+ * Describes an Client VPN endpoint. A Client VPN endpoint is the resource that you create and
6775
+ * configure to enable and manage client VPN sessions. It's the termination point for all client VPN sessions.
6776
+ * </p>
6777
+ */
6778
+ export interface AwsEc2ClientVpnEndpointDetails {
6779
+ /**
6780
+ * @public
6781
+ * <p>
6782
+ * The ID of the Client VPN endpoint.
6783
+ * </p>
6784
+ */
6785
+ ClientVpnEndpointId?: string;
6786
+ /**
6787
+ * @public
6788
+ * <p>
6789
+ * A brief description of the endpoint.
6790
+ * </p>
6791
+ */
6792
+ Description?: string;
6793
+ /**
6794
+ * @public
6795
+ * <p>
6796
+ * The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.
6797
+ * </p>
6798
+ */
6799
+ ClientCidrBlock?: string;
6800
+ /**
6801
+ * @public
6802
+ * <p>
6803
+ * Information about the DNS servers to be used for DNS resolution.
6804
+ * </p>
6805
+ */
6806
+ DnsServer?: string[];
6807
+ /**
6808
+ * @public
6809
+ * <p>
6810
+ * Indicates whether split-tunnel is enabled in the Client VPN endpoint.
6811
+ * </p>
6812
+ */
6813
+ SplitTunnel?: boolean;
6814
+ /**
6815
+ * @public
6816
+ * <p>
6817
+ * The transport protocol used by the Client VPN endpoint.
6818
+ * </p>
6819
+ */
6820
+ TransportProtocol?: string;
6821
+ /**
6822
+ * @public
6823
+ * <p>
6824
+ * The port number for the Client VPN endpoint.
6825
+ * </p>
6826
+ */
6827
+ VpnPort?: number;
6828
+ /**
6829
+ * @public
6830
+ * <p>
6831
+ * The Amazon Resource Name (ARN) of the server certificate.
6832
+ * </p>
6833
+ */
6834
+ ServerCertificateArn?: string;
6835
+ /**
6836
+ * @public
6837
+ * <p>
6838
+ * Information about the authentication method used by the Client VPN endpoint.
6839
+ * </p>
6840
+ */
6841
+ AuthenticationOptions?: AwsEc2ClientVpnEndpointAuthenticationOptionsDetails[];
6842
+ /**
6843
+ * @public
6844
+ * <p>
6845
+ * Information about the client connection logging options for the Client VPN endpoint.
6846
+ * </p>
6847
+ */
6848
+ ConnectionLogOptions?: AwsEc2ClientVpnEndpointConnectionLogOptionsDetails;
6849
+ /**
6850
+ * @public
6851
+ * <p>
6852
+ * The IDs of the security groups for the target network.
6853
+ * </p>
6854
+ */
6855
+ SecurityGroupIdSet?: string[];
6856
+ /**
6857
+ * @public
6858
+ * <p>
6859
+ * The ID of the VPC.
6860
+ * </p>
6861
+ */
6862
+ VpcId?: string;
6863
+ /**
6864
+ * @public
6865
+ * <p>
6866
+ * The URL of the self-service portal.
6867
+ * </p>
6868
+ */
6869
+ SelfServicePortalUrl?: string;
6870
+ /**
6871
+ * @public
6872
+ * <p>
6873
+ * The options for managing connection authorization for new client connections.
6874
+ * </p>
6875
+ */
6876
+ ClientConnectOptions?: AwsEc2ClientVpnEndpointClientConnectOptionsDetails;
6877
+ /**
6878
+ * @public
6879
+ * <p>
6880
+ * The maximum VPN session duration time in hours.
6881
+ * </p>
6882
+ */
6883
+ SessionTimeoutHours?: number;
6884
+ /**
6885
+ * @public
6886
+ * <p>
6887
+ * Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a
6888
+ * VPN session is established.
6889
+ * </p>
6890
+ */
6891
+ ClientLoginBannerOptions?: AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails;
6572
6892
  }
6573
6893
  /**
6574
6894
  * @public
@@ -10951,425 +11271,3 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails {
10951
11271
  */
10952
11272
  SoftLimit?: number;
10953
11273
  }
10954
- /**
10955
- * @public
10956
- * <p>A data volume to mount from another container.</p>
10957
- */
10958
- export interface AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails {
10959
- /**
10960
- * @public
10961
- * <p>Whether the container has read-only access to the volume.</p>
10962
- */
10963
- ReadOnly?: boolean;
10964
- /**
10965
- * @public
10966
- * <p>The name of another container within the same task definition from which to mount volumes.</p>
10967
- */
10968
- SourceContainer?: string;
10969
- }
10970
- /**
10971
- * @public
10972
- * <p>A container definition that describes a container in the task.</p>
10973
- */
10974
- export interface AwsEcsTaskDefinitionContainerDefinitionsDetails {
10975
- /**
10976
- * @public
10977
- * <p>The command that is passed to the container.</p>
10978
- */
10979
- Command?: string[];
10980
- /**
10981
- * @public
10982
- * <p>The number of CPU units reserved for the container.</p>
10983
- */
10984
- Cpu?: number;
10985
- /**
10986
- * @public
10987
- * <p>The dependencies that are defined for container startup and shutdown.</p>
10988
- */
10989
- DependsOn?: AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails[];
10990
- /**
10991
- * @public
10992
- * <p>Whether to disable networking within the container.</p>
10993
- */
10994
- DisableNetworking?: boolean;
10995
- /**
10996
- * @public
10997
- * <p>A list of DNS search domains that are presented to the container.</p>
10998
- */
10999
- DnsSearchDomains?: string[];
11000
- /**
11001
- * @public
11002
- * <p>A list of DNS servers that are presented to the container.</p>
11003
- */
11004
- DnsServers?: string[];
11005
- /**
11006
- * @public
11007
- * <p>A key-value map of labels to add to the container.</p>
11008
- */
11009
- DockerLabels?: Record<string, string>;
11010
- /**
11011
- * @public
11012
- * <p>A list of strings to provide custom labels for SELinux and AppArmor multi-level security systems.</p>
11013
- */
11014
- DockerSecurityOptions?: string[];
11015
- /**
11016
- * @public
11017
- * <p>The entry point that is passed to the container.</p>
11018
- */
11019
- EntryPoint?: string[];
11020
- /**
11021
- * @public
11022
- * <p>The environment variables to pass to a container.</p>
11023
- */
11024
- Environment?: AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails[];
11025
- /**
11026
- * @public
11027
- * <p>A list of files containing the environment variables to pass to a container.</p>
11028
- */
11029
- EnvironmentFiles?: AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails[];
11030
- /**
11031
- * @public
11032
- * <p>Whether the container is essential. All tasks must have at least one essential container.</p>
11033
- */
11034
- Essential?: boolean;
11035
- /**
11036
- * @public
11037
- * <p>A list of hostnames and IP address mappings to append to the <b>/etc/hosts</b> file on the container.</p>
11038
- */
11039
- ExtraHosts?: AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails[];
11040
- /**
11041
- * @public
11042
- * <p>The FireLens configuration for the container. Specifies and configures a log router for container logs.</p>
11043
- */
11044
- FirelensConfiguration?: AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails;
11045
- /**
11046
- * @public
11047
- * <p>The container health check command and associated configuration parameters for the container.</p>
11048
- */
11049
- HealthCheck?: AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails;
11050
- /**
11051
- * @public
11052
- * <p>The hostname to use for the container.</p>
11053
- */
11054
- Hostname?: string;
11055
- /**
11056
- * @public
11057
- * <p>The image used to start the container.</p>
11058
- */
11059
- Image?: string;
11060
- /**
11061
- * @public
11062
- * <p>If set to true, then containerized applications can be deployed that require <code>stdin</code> or a <code>tty</code> to be allocated.</p>
11063
- */
11064
- Interactive?: boolean;
11065
- /**
11066
- * @public
11067
- * <p>A list of links for the container in the form <code>
11068
- * <i>container_name</i>:<i>alias</i>
11069
- * </code>. Allows containers to communicate with each other without the need for port mappings.</p>
11070
- */
11071
- Links?: string[];
11072
- /**
11073
- * @public
11074
- * <p>Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.</p>
11075
- */
11076
- LinuxParameters?: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails;
11077
- /**
11078
- * @public
11079
- * <p>The log configuration specification for the container.</p>
11080
- */
11081
- LogConfiguration?: AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails;
11082
- /**
11083
- * @public
11084
- * <p>The amount (in MiB) of memory to present to the container. If the container attempts to exceed the memory specified here, the container is shut down. The total amount of memory reserved for all containers within a task must be lower than the task memory value, if one is specified.</p>
11085
- */
11086
- Memory?: number;
11087
- /**
11088
- * @public
11089
- * <p>The soft limit (in MiB) of memory to reserve for the container.</p>
11090
- */
11091
- MemoryReservation?: number;
11092
- /**
11093
- * @public
11094
- * <p>The mount points for the data volumes in the container.</p>
11095
- */
11096
- MountPoints?: AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails[];
11097
- /**
11098
- * @public
11099
- * <p>The name of the container.</p>
11100
- */
11101
- Name?: string;
11102
- /**
11103
- * @public
11104
- * <p>The list of port mappings for the container.</p>
11105
- */
11106
- PortMappings?: AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails[];
11107
- /**
11108
- * @public
11109
- * <p>Whether the container is given elevated privileges on the host container instance. The elevated privileges are similar to the root user.</p>
11110
- */
11111
- Privileged?: boolean;
11112
- /**
11113
- * @public
11114
- * <p>Whether to allocate a TTY to the container.</p>
11115
- */
11116
- PseudoTerminal?: boolean;
11117
- /**
11118
- * @public
11119
- * <p>Whether the container is given read-only access to its root file system.</p>
11120
- */
11121
- ReadonlyRootFilesystem?: boolean;
11122
- /**
11123
- * @public
11124
- * <p>The private repository authentication credentials to use.</p>
11125
- */
11126
- RepositoryCredentials?: AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails;
11127
- /**
11128
- * @public
11129
- * <p>The type and amount of a resource to assign to a container. The only supported resource is a GPU.</p>
11130
- */
11131
- ResourceRequirements?: AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails[];
11132
- /**
11133
- * @public
11134
- * <p>The secrets to pass to the container.</p>
11135
- */
11136
- Secrets?: AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails[];
11137
- /**
11138
- * @public
11139
- * <p>The number of seconds to wait before giving up on resolving dependencies for a container. </p>
11140
- */
11141
- StartTimeout?: number;
11142
- /**
11143
- * @public
11144
- * <p>The number of seconds to wait before the container is stopped if it doesn't shut down normally on its own.</p>
11145
- */
11146
- StopTimeout?: number;
11147
- /**
11148
- * @public
11149
- * <p>A list of namespaced kernel parameters to set in the container.</p>
11150
- */
11151
- SystemControls?: AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails[];
11152
- /**
11153
- * @public
11154
- * <p>A list of ulimits to set in the container. </p>
11155
- */
11156
- Ulimits?: AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails[];
11157
- /**
11158
- * @public
11159
- * <p>The user to use inside the container.</p>
11160
- * <p>The value can use one of the following formats.</p>
11161
- * <ul>
11162
- * <li>
11163
- * <p>
11164
- * <code>
11165
- * <i>user</i>
11166
- * </code>
11167
- * </p>
11168
- * </li>
11169
- * <li>
11170
- * <p>
11171
- * <code>
11172
- * <i>user</i>
11173
- * </code>:<code>
11174
- * <i>group</i>
11175
- * </code>
11176
- * </p>
11177
- * </li>
11178
- * <li>
11179
- * <p>
11180
- * <code>
11181
- * <i>uid</i>
11182
- * </code>
11183
- * </p>
11184
- * </li>
11185
- * <li>
11186
- * <p>
11187
- * <code>
11188
- * <i>uid</i>
11189
- * </code>:<code>
11190
- * <i>gid</i>
11191
- * </code>
11192
- * </p>
11193
- * </li>
11194
- * <li>
11195
- * <p>
11196
- * <code>
11197
- * <i>user</i>
11198
- * </code>:<code>
11199
- * <i>gid</i>
11200
- * </code>
11201
- * </p>
11202
- * </li>
11203
- * <li>
11204
- * <p>
11205
- * <code>
11206
- * <i>uid</i>
11207
- * </code>:<code>
11208
- * <i>group</i>
11209
- * </code>
11210
- * </p>
11211
- * </li>
11212
- * </ul>
11213
- */
11214
- User?: string;
11215
- /**
11216
- * @public
11217
- * <p>Data volumes to mount from another container.</p>
11218
- */
11219
- VolumesFrom?: AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails[];
11220
- /**
11221
- * @public
11222
- * <p>The working directory in which to run commands inside the container.</p>
11223
- */
11224
- WorkingDirectory?: string;
11225
- }
11226
- /**
11227
- * @public
11228
- * <p>An Elastic Inference accelerator to use
11229
- * for the containers in the task.</p>
11230
- */
11231
- export interface AwsEcsTaskDefinitionInferenceAcceleratorsDetails {
11232
- /**
11233
- * @public
11234
- * <p>The Elastic Inference accelerator device name.</p>
11235
- */
11236
- DeviceName?: string;
11237
- /**
11238
- * @public
11239
- * <p>The Elastic Inference accelerator type to use.</p>
11240
- */
11241
- DeviceType?: string;
11242
- }
11243
- /**
11244
- * @public
11245
- * <p>A placement constraint object to use for tasks.</p>
11246
- */
11247
- export interface AwsEcsTaskDefinitionPlacementConstraintsDetails {
11248
- /**
11249
- * @public
11250
- * <p>A cluster query language expression to apply to the constraint.</p>
11251
- */
11252
- Expression?: string;
11253
- /**
11254
- * @public
11255
- * <p>The type of constraint.</p>
11256
- */
11257
- Type?: string;
11258
- }
11259
- /**
11260
- * @public
11261
- * <p>A network configuration parameter to provide to the Container Network Interface (CNI) plugin.</p>
11262
- */
11263
- export interface AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails {
11264
- /**
11265
- * @public
11266
- * <p>The name of the property.</p>
11267
- */
11268
- Name?: string;
11269
- /**
11270
- * @public
11271
- * <p>The value of the property.</p>
11272
- */
11273
- Value?: string;
11274
- }
11275
- /**
11276
- * @public
11277
- * <p>The configuration details for the App Mesh
11278
- * proxy.</p>
11279
- */
11280
- export interface AwsEcsTaskDefinitionProxyConfigurationDetails {
11281
- /**
11282
- * @public
11283
- * <p>The name of the container that will serve as the App Mesh proxy.</p>
11284
- */
11285
- ContainerName?: string;
11286
- /**
11287
- * @public
11288
- * <p>The set of network configuration parameters to provide to the Container Network Interface (CNI) plugin, specified as key-value pairs.</p>
11289
- */
11290
- ProxyConfigurationProperties?: AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails[];
11291
- /**
11292
- * @public
11293
- * <p>The proxy type.</p>
11294
- */
11295
- Type?: string;
11296
- }
11297
- /**
11298
- * @public
11299
- * <p>Information about a Docker volume.</p>
11300
- */
11301
- export interface AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails {
11302
- /**
11303
- * @public
11304
- * <p>Whether to create the Docker volume automatically if it does not already exist.</p>
11305
- */
11306
- Autoprovision?: boolean;
11307
- /**
11308
- * @public
11309
- * <p>The Docker volume driver to use.</p>
11310
- */
11311
- Driver?: string;
11312
- /**
11313
- * @public
11314
- * <p>A map of Docker driver-specific options that are passed through.</p>
11315
- */
11316
- DriverOpts?: Record<string, string>;
11317
- /**
11318
- * @public
11319
- * <p>Custom metadata to add to the Docker volume.</p>
11320
- */
11321
- Labels?: Record<string, string>;
11322
- /**
11323
- * @public
11324
- * <p>The scope for the Docker volume that determines its lifecycle. Docker volumes that are scoped to a task are provisioned
11325
- * automatically when the task starts and destroyed when the task stops. Docker volumes that are shared persist after the task stops. Valid values are <code>shared</code> or <code>task</code>.</p>
11326
- */
11327
- Scope?: string;
11328
- }
11329
- /**
11330
- * @public
11331
- * <p></p>
11332
- */
11333
- export interface AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails {
11334
- /**
11335
- * @public
11336
- * <p>The Amazon EFS access point identifier to use.</p>
11337
- */
11338
- AccessPointId?: string;
11339
- /**
11340
- * @public
11341
- * <p>Whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system.</p>
11342
- */
11343
- Iam?: string;
11344
- }
11345
- /**
11346
- * @public
11347
- * <p>Information about the Amazon Elastic File System file system that is used for task storage.</p>
11348
- */
11349
- export interface AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails {
11350
- /**
11351
- * @public
11352
- * <p>The authorization configuration details for the Amazon EFS file system.</p>
11353
- */
11354
- AuthorizationConfig?: AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails;
11355
- /**
11356
- * @public
11357
- * <p>The Amazon EFS file system identifier to use.</p>
11358
- */
11359
- FilesystemId?: string;
11360
- /**
11361
- * @public
11362
- * <p>The directory within the Amazon EFS file system to mount as the root directory inside the host.</p>
11363
- */
11364
- RootDirectory?: string;
11365
- /**
11366
- * @public
11367
- * <p>Whether to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server. </p>
11368
- */
11369
- TransitEncryption?: string;
11370
- /**
11371
- * @public
11372
- * <p>The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.</p>
11373
- */
11374
- TransitEncryptionPort?: number;
11375
- }