BindTargetApplicationResult

class aws_cdk.aws_servicecatalogappregistry_alpha.BindTargetApplicationResult(*, application, associate_cross_account_stacks)

Bases: object

(experimental) Properties for Service Catalog AppRegistry Application Associator to work with.

Parameters:
  • application (IApplication) – (experimental) Created or imported application.

  • associate_cross_account_stacks (bool) – (experimental) Enables cross-account associations with the target application.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_servicecatalogappregistry_alpha as servicecatalogappregistry_alpha

# application: servicecatalogappregistry_alpha.Application

bind_target_application_result = servicecatalogappregistry_alpha.BindTargetApplicationResult(
    application=application,
    associate_cross_account_stacks=False
)

Attributes

application

(experimental) Created or imported application.

Stability:

experimental

associate_cross_account_stacks

(experimental) Enables cross-account associations with the target application.

Stability:

experimental