Class: Aws::Proton::Types::EnvironmentAccountConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::EnvironmentAccountConnection
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Detailed data of an Proton environment account connection resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the environment account connection.
-
#codebuild_role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
-
#component_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated environment account.
-
#environment_account_id ⇒ String
The environment account that's connected to the environment account connection.
-
#environment_name ⇒ String
The name of the environment that's associated with the environment account connection.
-
#id ⇒ String
The ID of the environment account connection.
-
#last_modified_at ⇒ Time
The time when the environment account connection was last modified.
-
#management_account_id ⇒ String
The ID of the management account that's connected to the environment account connection.
-
#requested_at ⇒ Time
The time when the environment account connection request was made.
-
#role_arn ⇒ String
The IAM service role that's associated with the environment account connection.
-
#status ⇒ String
The status of the environment account connection.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the environment account connection.
2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2211 class EnvironmentAccountConnection < Struct.new( :arn, :codebuild_role_arn, :component_role_arn, :environment_account_id, :environment_name, :id, :last_modified_at, :management_account_id, :requested_at, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#codebuild_role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM service role in the environment account. Proton uses this role to provision infrastructure resources using CodeBuild-based provisioning in the associated environment account.
2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2211 class EnvironmentAccountConnection < Struct.new( :arn, :codebuild_role_arn, :component_role_arn, :environment_account_id, :environment_name, :id, :last_modified_at, :management_account_id, :requested_at, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#component_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM service role that 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.
The environment account connection must have a componentRoleArn
to
allow directly defined components to be associated with any
environments running in the account.
For more information about components, see Proton components in the Proton User Guide.
2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2211 class EnvironmentAccountConnection < Struct.new( :arn, :codebuild_role_arn, :component_role_arn, :environment_account_id, :environment_name, :id, :last_modified_at, :management_account_id, :requested_at, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#environment_account_id ⇒ String
The environment account that's connected to the environment account connection.
2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2211 class EnvironmentAccountConnection < Struct.new( :arn, :codebuild_role_arn, :component_role_arn, :environment_account_id, :environment_name, :id, :last_modified_at, :management_account_id, :requested_at, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the environment that's associated with the environment account connection.
2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2211 class EnvironmentAccountConnection < Struct.new( :arn, :codebuild_role_arn, :component_role_arn, :environment_account_id, :environment_name, :id, :last_modified_at, :management_account_id, :requested_at, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the environment account connection.
2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2211 class EnvironmentAccountConnection < Struct.new( :arn, :codebuild_role_arn, :component_role_arn, :environment_account_id, :environment_name, :id, :last_modified_at, :management_account_id, :requested_at, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#last_modified_at ⇒ Time
The time when the environment account connection was last modified.
2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2211 class EnvironmentAccountConnection < Struct.new( :arn, :codebuild_role_arn, :component_role_arn, :environment_account_id, :environment_name, :id, :last_modified_at, :management_account_id, :requested_at, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#management_account_id ⇒ String
The ID of the management account that's connected to the environment account connection.
2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2211 class EnvironmentAccountConnection < Struct.new( :arn, :codebuild_role_arn, :component_role_arn, :environment_account_id, :environment_name, :id, :last_modified_at, :management_account_id, :requested_at, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#requested_at ⇒ Time
The time when the environment account connection request was made.
2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2211 class EnvironmentAccountConnection < Struct.new( :arn, :codebuild_role_arn, :component_role_arn, :environment_account_id, :environment_name, :id, :last_modified_at, :management_account_id, :requested_at, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The IAM service role that's associated with the environment account connection.
2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2211 class EnvironmentAccountConnection < Struct.new( :arn, :codebuild_role_arn, :component_role_arn, :environment_account_id, :environment_name, :id, :last_modified_at, :management_account_id, :requested_at, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the environment account connection.
2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2211 class EnvironmentAccountConnection < Struct.new( :arn, :codebuild_role_arn, :component_role_arn, :environment_account_id, :environment_name, :id, :last_modified_at, :management_account_id, :requested_at, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |