Stack Set Args
data class StackSetArgs(val administrationRoleArn: Output<String>? = null, val autoDeployment: Output<StackSetAutoDeploymentArgs>? = null, val callAs: Output<StackSetCallAs>? = null, val capabilities: Output<List<StackSetCapability>>? = null, val description: Output<String>? = null, val executionRoleName: Output<String>? = null, val managedExecution: Output<ManagedExecutionPropertiesArgs>? = null, val operationPreferences: Output<StackSetOperationPreferencesArgs>? = null, val parameters: Output<List<StackSetParameterArgs>>? = null, val permissionModel: Output<StackSetPermissionModel>? = null, val stackInstancesGroup: Output<List<StackSetStackInstancesArgs>>? = null, val stackSetName: Output<String>? = null, val tags: Output<List<StackSetTagArgs>>? = null, val templateBody: Output<String>? = null, val templateUrl: Output<String>? = null) : ConvertibleToJava<StackSetArgs>
StackSet as a resource provides one-click experience for provisioning a StackSet and StackInstances
Constructors
Link copied to clipboard
fun StackSetArgs(administrationRoleArn: Output<String>? = null, autoDeployment: Output<StackSetAutoDeploymentArgs>? = null, callAs: Output<StackSetCallAs>? = null, capabilities: Output<List<StackSetCapability>>? = null, description: Output<String>? = null, executionRoleName: Output<String>? = null, managedExecution: Output<ManagedExecutionPropertiesArgs>? = null, operationPreferences: Output<StackSetOperationPreferencesArgs>? = null, parameters: Output<List<StackSetParameterArgs>>? = null, permissionModel: Output<StackSetPermissionModel>? = null, stackInstancesGroup: Output<List<StackSetStackInstancesArgs>>? = null, stackSetName: Output<String>? = null, tags: Output<List<StackSetTagArgs>>? = null, templateBody: Output<String>? = null, templateUrl: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.