Class StackSetSummary

    • Method Detail

      • stackSetName

        public final String stackSetName()

        The name of the StackSet.

        Returns:
        The name of the StackSet.
      • stackSetId

        public final String stackSetId()

        The ID of the StackSet.

        Returns:
        The ID of the StackSet.
      • description

        public final String description()

        A description of the StackSet that you specify when the StackSet is created or updated.

        Returns:
        A description of the StackSet that you specify when the StackSet is created or updated.
      • autoDeployment

        public final AutoDeployment 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).
      • permissionModelAsString

        public final String permissionModelAsString()

        Describes how the IAM roles required for StackSet operations are created.

        If the service returns an enum value that is not available in the current SDK version, permissionModel will return PermissionModels.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from permissionModelAsString().

        Returns:
        Describes how the IAM roles required for StackSet operations are created.

        See Also:
        PermissionModels
      • driftStatus

        public final StackDriftStatus driftStatus()

        Status of the StackSet's actual configuration compared to its expected template and parameter configuration.

        • DRIFTED: One or more of the stack instances belonging to the StackSet 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 StackSet for drift.

        • IN_SYNC: All the stack instances belonging to the StackSet match 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, driftStatus will return StackDriftStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from driftStatusAsString().

        Returns:
        Status of the StackSet's actual configuration compared to its expected template and parameter configuration.

        • DRIFTED: One or more of the stack instances belonging to the StackSet 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 StackSet for drift.

        • IN_SYNC: All the stack instances belonging to the StackSet match the expected template and parameter configuration.

        • UNKNOWN: This value is reserved for future use.

        See Also:
        StackDriftStatus
      • driftStatusAsString

        public final String driftStatusAsString()

        Status of the StackSet's actual configuration compared to its expected template and parameter configuration.

        • DRIFTED: One or more of the stack instances belonging to the StackSet 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 StackSet for drift.

        • IN_SYNC: All the stack instances belonging to the StackSet match 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, driftStatus will return StackDriftStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from driftStatusAsString().

        Returns:
        Status of the StackSet's actual configuration compared to its expected template and parameter configuration.

        • DRIFTED: One or more of the stack instances belonging to the StackSet 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 StackSet for drift.

        • IN_SYNC: All the stack instances belonging to the StackSet match the expected template and parameter configuration.

        • UNKNOWN: This value is reserved for future use.

        See Also:
        StackDriftStatus
      • lastDriftCheckTimestamp

        public final Instant lastDriftCheckTimestamp()

        Most recent time when CloudFormation performed a drift detection operation on the StackSet. This value will be NULL for any StackSet that drift detection hasn't yet been performed on.

        Returns:
        Most recent time when CloudFormation performed a drift detection operation on the StackSet. This value will be NULL for any StackSet that drift detection hasn't yet been performed on.
      • managedExecution

        public final ManagedExecution 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)