| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackSetOperation |
StackSetOperation.clone() |
StackSetOperation |
DescribeStackSetOperationResult.getStackSetOperation()
The specified stack set operation.
|
StackSetOperation |
StackSetOperation.withAction(StackSetOperationAction action)
The type of stack set operation:
CREATE, UPDATE, or DELETE. |
StackSetOperation |
StackSetOperation.withAction(String action)
The type of stack set operation:
CREATE, UPDATE, or DELETE. |
StackSetOperation |
StackSetOperation.withAdministrationRoleARN(String administrationRoleARN)
The Amazon Resource Number (ARN) of the IAM role used to perform this stack set operation.
|
StackSetOperation |
StackSetOperation.withCreationTimestamp(Date creationTimestamp)
The time at which the operation was initiated.
|
StackSetOperation |
StackSetOperation.withDeploymentTargets(DeploymentTargets deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts affected by the stack operation. |
StackSetOperation |
StackSetOperation.withEndTimestamp(Date endTimestamp)
The time at which the stack set operation ended, across all accounts and regions specified.
|
StackSetOperation |
StackSetOperation.withExecutionRoleName(String executionRoleName)
The name of the IAM execution role used to create or update the stack set.
|
StackSetOperation |
StackSetOperation.withOperationId(String operationId)
The unique ID of a stack set operation.
|
StackSetOperation |
StackSetOperation.withOperationPreferences(StackSetOperationPreferences operationPreferences)
The preferences for how AWS CloudFormation performs this stack set operation.
|
StackSetOperation |
StackSetOperation.withRetainStacks(Boolean retainStacks)
For stack set operations of action type
DELETE, specifies whether to remove the stack instances from
the specified stack set, but doesn't delete the stacks. |
StackSetOperation |
StackSetOperation.withStackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
|
StackSetOperation |
StackSetOperation.withStackSetId(String stackSetId)
The ID of the stack set.
|
StackSetOperation |
StackSetOperation.withStatus(StackSetOperationStatus status)
The status of the operation.
|
StackSetOperation |
StackSetOperation.withStatus(String status)
The status of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStackSetOperationResult.setStackSetOperation(StackSetOperation stackSetOperation)
The specified stack set operation.
|
DescribeStackSetOperationResult |
DescribeStackSetOperationResult.withStackSetOperation(StackSetOperation stackSetOperation)
The specified stack set operation.
|
Copyright © 2020. All rights reserved.