Aws Cloud Formation Stack Set Properties Args
constructor(administrationRoleARN: Output<String>? = null, autoDeployment: Output<AutoDeploymentArgs>? = null, callAs: Output<Either<String, CallAs>>? = null, capabilities: Output<List<String>>? = null, description: Output<String>? = null, executionRoleName: Output<String>? = null, managedExecution: Output<ActiveModelArgs>? = null, operationPreferences: Output<OperationPreferencesArgs>? = null, parameters: Output<List<ParameterArgs>>? = null, permissionModel: Output<Either<String, PermissionModel>>? = null, stackInstancesGroup: Output<List<StackInstancesArgs>>? = null, stackSetId: Output<String>? = null, stackSetName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, templateBody: Output<String>? = null, templateURL: Output<String>? = null)