Class StackSetSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StackSetSummary.Builder,StackSetSummary>
The structures that contain summary information about the specified stack set.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AutoDeployment[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).static StackSetSummary.Builderbuilder()final StringA description of the stack set that you specify when the stack set is created or updated.final StackDriftStatusStatus of the stack set's actual configuration compared to its expected template and parameter configuration.final StringStatus of the stack set's actual configuration compared to its expected template and parameter configuration.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantMost recent time when CloudFormation performed a drift detection operation on the stack set.final ManagedExecutionDescribes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.final PermissionModelsDescribes how the IAM roles required for stack set operations are created.final StringDescribes how the IAM roles required for stack set operations are created.static Class<? extends StackSetSummary.Builder> final StringThe ID of the stack set.final StringThe name of the stack set.final StackSetStatusstatus()The status of the stack set.final StringThe status of the stack set.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
stackSetName
-
stackSetId
-
description
A description of the stack set that you specify when the stack set is created or updated.
- Returns:
- A description of the stack set that you specify when the stack set is created or updated.
-
status
The status of the stack set.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStackSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the stack set.
- See Also:
-
statusAsString
The status of the stack set.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStackSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the stack set.
- See Also:
-
autoDeployment
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).
- Returns:
- [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).
-
permissionModel
Describes how the IAM roles required for stack set operations are created.
-
With
self-managedpermissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions. -
With
service-managedpermissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Grant Service-Managed Stack Set Permissions.
If the service returns an enum value that is not available in the current SDK version,
permissionModelwill returnPermissionModels.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompermissionModelAsString().- Returns:
- Describes how the IAM roles required for stack set operations are created.
-
With
self-managedpermissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions. -
With
service-managedpermissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Grant Service-Managed Stack Set Permissions.
-
- See Also:
-
-
permissionModelAsString
Describes how the IAM roles required for stack set operations are created.
-
With
self-managedpermissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions. -
With
service-managedpermissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Grant Service-Managed Stack Set Permissions.
If the service returns an enum value that is not available in the current SDK version,
permissionModelwill returnPermissionModels.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompermissionModelAsString().- Returns:
- Describes how the IAM roles required for stack set operations are created.
-
With
self-managedpermissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions. -
With
service-managedpermissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Grant Service-Managed Stack Set Permissions.
-
- See Also:
-
-
driftStatus
Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.
-
DRIFTED: One or more of the stack instances belonging to the stack set stack differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted. -
NOT_CHECKED: CloudFormation hasn't checked the stack set for drift. -
IN_SYNC: All the stack instances belonging to the stack set stack match from the expected template and parameter configuration. -
UNKNOWN: This value is reserved for future use.
If the service returns an enum value that is not available in the current SDK version,
driftStatuswill returnStackDriftStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdriftStatusAsString().- Returns:
- Status of the stack set's actual configuration compared to its expected template and parameter
configuration. A stack set is considered to have drifted if one or more of its stack instances have
drifted from their expected template and parameter configuration.
-
DRIFTED: One or more of the stack instances belonging to the stack set stack differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted. -
NOT_CHECKED: CloudFormation hasn't checked the stack set for drift. -
IN_SYNC: All the stack instances belonging to the stack set stack match from the expected template and parameter configuration. -
UNKNOWN: This value is reserved for future use.
-
- See Also:
-
-
driftStatusAsString
Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.
-
DRIFTED: One or more of the stack instances belonging to the stack set stack differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted. -
NOT_CHECKED: CloudFormation hasn't checked the stack set for drift. -
IN_SYNC: All the stack instances belonging to the stack set stack match from the expected template and parameter configuration. -
UNKNOWN: This value is reserved for future use.
If the service returns an enum value that is not available in the current SDK version,
driftStatuswill returnStackDriftStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdriftStatusAsString().- Returns:
- Status of the stack set's actual configuration compared to its expected template and parameter
configuration. A stack set is considered to have drifted if one or more of its stack instances have
drifted from their expected template and parameter configuration.
-
DRIFTED: One or more of the stack instances belonging to the stack set stack differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted. -
NOT_CHECKED: CloudFormation hasn't checked the stack set for drift. -
IN_SYNC: All the stack instances belonging to the stack set stack match from the expected template and parameter configuration. -
UNKNOWN: This value is reserved for future use.
-
- See Also:
-
-
lastDriftCheckTimestamp
Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be
NULLfor any stack set on which drift detection hasn't yet been performed.- Returns:
- Most recent time when CloudFormation performed a drift detection operation on the stack set. This value
will be
NULLfor any stack set on which drift detection hasn't yet been performed.
-
managedExecution
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- Returns:
- Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<StackSetSummary.Builder,StackSetSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-