This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ODB::OdbNetwork ManagedServices
The managed services configuration for the ODB network.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ManagedS3BackupAccess" :
ManagedS3BackupAccess
, "ManagedServicesIpv4Cidrs" :[ String, ... ]
, "ResourceGatewayArn" :String
, "S3Access" :S3Access
, "ServiceNetworkArn" :String
, "ServiceNetworkEndpoint" :ServiceNetworkEndpoint
, "ZeroEtlAccess" :ZeroEtlAccess
}
YAML
ManagedS3BackupAccess:
ManagedS3BackupAccess
ManagedServicesIpv4Cidrs:- String
ResourceGatewayArn:String
S3Access:S3Access
ServiceNetworkArn:String
ServiceNetworkEndpoint:ServiceNetworkEndpoint
ZeroEtlAccess:ZeroEtlAccess
Properties
ManagedS3BackupAccess
-
The managed Amazon S3 backup access configuration.
Required: No
Type: ManagedS3BackupAccess
Update requires: No interruption
ManagedServicesIpv4Cidrs
-
The IPv4 CIDR blocks for the managed services.
Required: No
Type: Array of String
Minimum:
1
Maximum:
1024
Update requires: No interruption
ResourceGatewayArn
-
The Amazon Resource Name (ARN) of the resource gateway.
Required: No
Type: String
Pattern:
arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[a-z0-9-]+:[a-z0-9-]*:[0-9]+:[a-z0-9-]+/[a-z0-9-_]{6,64}
Minimum:
20
Maximum:
2048
Update requires: No interruption
S3Access
-
The Amazon S3 access configuration.
Required: No
Type: S3Access
Update requires: No interruption
ServiceNetworkArn
-
The Amazon Resource Name (ARN) of the service network.
Required: No
Type: String
Pattern:
arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[a-z0-9-]+:[a-z0-9-]*:[0-9]+:[a-z0-9-]+/[a-z0-9-_]{6,64}
Minimum:
20
Maximum:
2048
Update requires: No interruption
ServiceNetworkEndpoint
-
The service network endpoint configuration.
Required: No
Type: ServiceNetworkEndpoint
Update requires: No interruption
ZeroEtlAccess
-
The Zero-ETL access configuration.
Required: No
Type: ZeroEtlAccess
Update requires: No interruption