This is the new 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 CloudFormation template, use the following syntax:
JSON
{ "CrossRegionS3RestoreSourcesAccess" :[ CrossRegionS3RestoreSourcesAccess, ... ], "KmsAccess" :KmsAccess, "ManagedS3BackupAccess" :ManagedS3BackupAccess, "ManagedServicesIpv4Cidrs" :[ String, ... ], "ResourceGatewayArn" :String, "S3Access" :S3Access, "ServiceNetworkArn" :String, "ServiceNetworkEndpoint" :ServiceNetworkEndpoint, "StsAccess" :StsAccess, "ZeroEtlAccess" :ZeroEtlAccess}
YAML
CrossRegionS3RestoreSourcesAccess:- CrossRegionS3RestoreSourcesAccessKmsAccess:KmsAccessManagedS3BackupAccess:ManagedS3BackupAccessManagedServicesIpv4Cidrs:- StringResourceGatewayArn:StringS3Access:S3AccessServiceNetworkArn:StringServiceNetworkEndpoint:ServiceNetworkEndpointStsAccess:StsAccessZeroEtlAccess:ZeroEtlAccess
Properties
CrossRegionS3RestoreSourcesAccess-
The access configuration for the cross-Region Amazon S3 database restore source.
Required: No
Type: Array of CrossRegionS3RestoreSourcesAccess
Update requires: No interruption
KmsAccess-
The AWS Key Management Service (KMS) access configuration.
Required: No
Type: KmsAccess
Update requires: No interruption
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:
1Maximum:
1024Update 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:
20Maximum:
2048Update 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:
20Maximum:
2048Update requires: No interruption
ServiceNetworkEndpoint-
The service network endpoint configuration.
Required: No
Type: ServiceNetworkEndpoint
Update requires: No interruption
StsAccess-
The AWS Security Token Service (STS) access configuration.
Required: No
Type: StsAccess
Update requires: No interruption
ZeroEtlAccess-
The Zero-ETL access configuration.
Required: No
Type: ZeroEtlAccess
Update requires: No interruption