public static interface RollbackTrigger.Builder extends SdkPojo, CopyableBuilder<RollbackTrigger.Builder,RollbackTrigger>
| Modifier and Type | Method and Description |
|---|---|
RollbackTrigger.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the rollback trigger.
|
RollbackTrigger.Builder |
type(String type)
The resource type of the rollback trigger.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRollbackTrigger.Builder arn(String arn)
The Amazon Resource Name (ARN) of the rollback trigger.
If a specified trigger is missing, the entire stack operation fails and is rolled back.
arn - The Amazon Resource Name (ARN) of the rollback trigger.
If a specified trigger is missing, the entire stack operation fails and is rolled back.
RollbackTrigger.Builder type(String type)
The resource type of the rollback trigger. Specify either AWS::CloudWatch::Alarm or AWS::CloudWatch::CompositeAlarm resource types.
type - The resource type of the rollback trigger. Specify either AWS::CloudWatch::Alarm or AWS::CloudWatch::CompositeAlarm resource types.Copyright © 2022. All rights reserved.