#[non_exhaustive]pub struct ImportStacksToStackSetInput { /* private fields */ }Implementations
sourceimpl ImportStacksToStackSetInput
impl ImportStacksToStackSetInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<ImportStacksToStackSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<ImportStacksToStackSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ImportStacksToStackSet>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportStacksToStackSetInput.
sourceimpl ImportStacksToStackSetInput
impl ImportStacksToStackSetInput
sourcepub fn stack_set_name(&self) -> Option<&str>
pub fn stack_set_name(&self) -> Option<&str>
The name of the stack set. The name must be unique in the Region where you create your stack set.
sourcepub fn stack_ids(&self) -> Option<&[String]>
pub fn stack_ids(&self) -> Option<&[String]>
The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.
Specify either StackIds or StackIdsUrl.
sourcepub fn stack_ids_url(&self) -> Option<&str>
pub fn stack_ids_url(&self) -> Option<&str>
The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either StackIds or StackIdsUrl.
sourcepub fn organizational_unit_ids(&self) -> Option<&[String]>
pub fn organizational_unit_ids(&self) -> Option<&[String]>
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
sourcepub fn operation_preferences(&self) -> Option<&StackSetOperationPreferences>
pub fn operation_preferences(&self) -> Option<&StackSetOperationPreferences>
The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
sourcepub fn operation_id(&self) -> Option<&str>
pub fn operation_id(&self) -> Option<&str>
A unique, user defined, identifier for the stack set operation.
Trait Implementations
sourceimpl Clone for ImportStacksToStackSetInput
impl Clone for ImportStacksToStackSetInput
sourcefn clone(&self) -> ImportStacksToStackSetInput
fn clone(&self) -> ImportStacksToStackSetInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more