amazonka-proton-2.0: Amazon Proton SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Proton.Types.EnvironmentAccountConnectionSummary

Description

 
Synopsis

Documentation

data EnvironmentAccountConnectionSummary Source #

Summary data of an Proton environment account connection resource.

See: newEnvironmentAccountConnectionSummary smart constructor.

Constructors

EnvironmentAccountConnectionSummary' 

Fields

  • componentRoleArn :: Maybe Text

    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.

  • arn :: Text

    The Amazon Resource Name (ARN) of the environment account connection.

  • environmentAccountId :: Text

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

  • environmentName :: Text

    The name of the environment that's associated with the environment account connection.

  • id :: Text

    The ID of the environment account connection.

  • lastModifiedAt :: POSIX

    The time when the environment account connection was last modified.

  • managementAccountId :: Text

    The ID of the management account that's connected to the environment account connection.

  • requestedAt :: POSIX

    The time when the environment account connection request was made.

  • roleArn :: Text

    The IAM service role that's associated with the environment account connection.

  • status :: EnvironmentAccountConnectionStatus

    The status of the environment account connection.

Instances

Instances details
FromJSON EnvironmentAccountConnectionSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentAccountConnectionSummary

Generic EnvironmentAccountConnectionSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentAccountConnectionSummary

Read EnvironmentAccountConnectionSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentAccountConnectionSummary

Show EnvironmentAccountConnectionSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentAccountConnectionSummary

NFData EnvironmentAccountConnectionSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentAccountConnectionSummary

Eq EnvironmentAccountConnectionSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentAccountConnectionSummary

Hashable EnvironmentAccountConnectionSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentAccountConnectionSummary

type Rep EnvironmentAccountConnectionSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentAccountConnectionSummary

newEnvironmentAccountConnectionSummary Source #

Create a value of EnvironmentAccountConnectionSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:componentRoleArn:EnvironmentAccountConnectionSummary', environmentAccountConnectionSummary_componentRoleArn - 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.

$sel:arn:EnvironmentAccountConnectionSummary', environmentAccountConnectionSummary_arn - The Amazon Resource Name (ARN) of the environment account connection.

$sel:environmentAccountId:EnvironmentAccountConnectionSummary', environmentAccountConnectionSummary_environmentAccountId - The ID of the environment account that's connected to the environment account connection.

$sel:environmentName:EnvironmentAccountConnectionSummary', environmentAccountConnectionSummary_environmentName - The name of the environment that's associated with the environment account connection.

$sel:id:EnvironmentAccountConnectionSummary', environmentAccountConnectionSummary_id - The ID of the environment account connection.

$sel:lastModifiedAt:EnvironmentAccountConnectionSummary', environmentAccountConnectionSummary_lastModifiedAt - The time when the environment account connection was last modified.

$sel:managementAccountId:EnvironmentAccountConnectionSummary', environmentAccountConnectionSummary_managementAccountId - The ID of the management account that's connected to the environment account connection.

$sel:requestedAt:EnvironmentAccountConnectionSummary', environmentAccountConnectionSummary_requestedAt - The time when the environment account connection request was made.

$sel:roleArn:EnvironmentAccountConnectionSummary', environmentAccountConnectionSummary_roleArn - The IAM service role that's associated with the environment account connection.

$sel:status:EnvironmentAccountConnectionSummary', environmentAccountConnectionSummary_status - The status of the environment account connection.

environmentAccountConnectionSummary_componentRoleArn :: Lens' EnvironmentAccountConnectionSummary (Maybe Text) Source #

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.

environmentAccountConnectionSummary_arn :: Lens' EnvironmentAccountConnectionSummary Text Source #

The Amazon Resource Name (ARN) of the environment account connection.

environmentAccountConnectionSummary_environmentAccountId :: Lens' EnvironmentAccountConnectionSummary Text Source #

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

environmentAccountConnectionSummary_environmentName :: Lens' EnvironmentAccountConnectionSummary Text Source #

The name of the environment that's associated with the environment account connection.

environmentAccountConnectionSummary_lastModifiedAt :: Lens' EnvironmentAccountConnectionSummary UTCTime Source #

The time when the environment account connection was last modified.

environmentAccountConnectionSummary_managementAccountId :: Lens' EnvironmentAccountConnectionSummary Text Source #

The ID of the management account that's connected to the environment account connection.

environmentAccountConnectionSummary_requestedAt :: Lens' EnvironmentAccountConnectionSummary UTCTime Source #

The time when the environment account connection request was made.

environmentAccountConnectionSummary_roleArn :: Lens' EnvironmentAccountConnectionSummary Text Source #

The IAM service role that's associated with the environment account connection.