Delete
Delete a CloudFormation stack
Delete
Delete a CloudFormation stack
yaml
type: io.kestra.plugin.aws.cloudformation.DeleteExamples
yaml
id: aws_cfn_delete_stack
namespace: dev
tasks:
- id: delete_my_stack
type: io.kestra.plugin.aws.cloudformation.Delete
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_ACCESS_KEY') }}"
region: "us-east-1"
stackName: "my-stack-to-delete"
waitForCompletion: true
Properties
stackName *Requiredstring
accessKeyId string
compatibilityMode booleanstring
endpointOverride string
forcePathStyle booleanstring
region string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15MstsRoleSessionName string
waitForCompletion booleanstring
Default
true