Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-proton-environmentaccountconnection.json
Parent schema serverless-framework-configuration
Type: object

Resource Schema describing various properties for AWS Proton Environment Account Connections resources.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-proton

Properties

CodebuildRoleArn string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) of an IAM service role in the environment account. AWS Proton uses this role to provision infrastructure resources using CodeBuild-based provisioning in the associated environment account.

ComponentRoleArn string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) of the IAM service role that AWS Proton uses when provisioning directly defined components in the associated environment account. It determines the scope of infrastructure that a component can provision in the account.

EnvironmentAccountId string | Aws_CF_FunctionString

The environment account that's connected to the environment account connection.

EnvironmentName string | Aws_CF_FunctionString

The name of the AWS Proton environment that's created in the associated management account.

ManagementAccountId string | Aws_CF_FunctionString

The ID of the management account that accepts or rejects the environment account connection. You create an manage the AWS Proton environment in this account. If the management account accepts the environment account connection, AWS Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.

RoleArn string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account. AWS Proton uses this role to provision infrastructure resources in the associated environment account.

Tags Tag[]

An optional list of metadata items that you can associate with the Proton environment account connection. A tag is a key-value pair.

For more information, see Proton resources and tagging in the Proton User Guide.

uniqueItems=true

Definitions

Status string | Aws_CF_FunctionString
Tag object

A description of a resource tag.

Key string | Aws_CF_FunctionString required

The key of the resource tag.

Value string | Aws_CF_FunctionString required

The value of the resource tag.