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::ECS::Service ServiceConnectTlsConfiguration
The key that encrypts and decrypts your resources for Service Connect TLS.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "IssuerCertificateAuthority" :ServiceConnectTlsCertificateAuthority, "KmsKey" :String, "RoleArn" :String}
YAML
IssuerCertificateAuthority:ServiceConnectTlsCertificateAuthorityKmsKey:StringRoleArn:String
Properties
-
The signer certificate authority.
Required: Yes
Type: ServiceConnectTlsCertificateAuthority
Update requires: No interruption
KmsKey-
The AWS Key Management Service key.
Required: No
Type: String
Update requires: No interruption
RoleArn-
The Amazon Resource Name (ARN) of the IAM role that's associated with the Service Connect TLS.
Required: No
Type: String
Update requires: No interruption