@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentAccountConnectionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentAccountConnectionSummary.Builder,EnvironmentAccountConnectionSummary>
Summary data of an Proton environment account connection resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentAccountConnectionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the environment account connection.
|
static EnvironmentAccountConnectionSummary.Builder |
builder() |
String |
componentRoleArn()
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in the associated environment account.
|
String |
environmentAccountId()
The ID of the environment account that's connected to the environment account connection.
|
String |
environmentName()
The name of the environment that's associated with the environment account connection.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the environment account connection.
|
Instant |
lastModifiedAt()
The time when the environment account connection was last modified.
|
String |
managementAccountId()
The ID of the management account that's connected to the environment account connection.
|
Instant |
requestedAt()
The time when the environment account connection request was made.
|
String |
roleArn()
The IAM service role that's associated with the environment account connection.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentAccountConnectionSummary.Builder> |
serializableBuilderClass() |
EnvironmentAccountConnectionStatus |
status()
The status of the environment account connection.
|
String |
statusAsString()
The status of the environment account connection.
|
EnvironmentAccountConnectionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the environment account connection.
public final String 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.
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.
public final String environmentAccountId()
The ID of the environment account that's connected to the environment account connection.
public final String environmentName()
The name of the environment that's associated with the environment account connection.
public final String id()
The ID of the environment account connection.
public final Instant lastModifiedAt()
The time when the environment account connection was last modified.
public final String managementAccountId()
The ID of the management account that's connected to the environment account connection.
public final Instant requestedAt()
The time when the environment account connection request was made.
public final String roleArn()
The IAM service role that's associated with the environment account connection.
public final EnvironmentAccountConnectionStatus status()
The status of the environment account connection.
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentAccountConnectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from statusAsString().
EnvironmentAccountConnectionStatuspublic final String statusAsString()
The status of the environment account connection.
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentAccountConnectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from statusAsString().
EnvironmentAccountConnectionStatuspublic EnvironmentAccountConnectionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentAccountConnectionSummary.Builder,EnvironmentAccountConnectionSummary>public static EnvironmentAccountConnectionSummary.Builder builder()
public static Class<? extends EnvironmentAccountConnectionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.