| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
default StackSetDeploymentModel |
CloudFormationDeployStackSetActionProps.getDeploymentModel()
Determines how IAM roles are created and managed.
|
StackSetDeploymentModel |
CloudFormationDeployStackSetActionProps.Jsii$Proxy.getDeploymentModel() |
static StackSetDeploymentModel |
StackSetDeploymentModel.organizations()
Deploy to AWS Organizations accounts.
|
static StackSetDeploymentModel |
StackSetDeploymentModel.organizations(OrganizationsDeploymentProps props)
Deploy to AWS Organizations accounts.
|
static StackSetDeploymentModel |
StackSetDeploymentModel.selfManaged()
Deploy to AWS Accounts not managed by AWS Organizations.
|
static StackSetDeploymentModel |
StackSetDeploymentModel.selfManaged(SelfManagedDeploymentProps props)
Deploy to AWS Accounts not managed by AWS Organizations.
|
| Modifier and Type | Method and Description |
|---|---|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.deploymentModel(StackSetDeploymentModel deploymentModel)
Determines how IAM roles are created and managed.
|
CloudFormationDeployStackSetActionProps.Builder |
CloudFormationDeployStackSetActionProps.Builder.deploymentModel(StackSetDeploymentModel deploymentModel)
Sets the value of
CloudFormationDeployStackSetActionProps.getDeploymentModel() |
Copyright © 2022. All rights reserved.