@aws-cdk_aws-servicecatalogappregistry-alpha.BindTargetApplicationResult

interface BindTargetApplicationResult ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Servicecatalogappregistry.Alpha.BindTargetApplicationResult
Gogithub.com/aws/aws-cdk-go/awscdkservicecatalogappregistryalpha/v2#BindTargetApplicationResult
Javasoftware.amazon.awscdk.services.servicecatalogappregistry.alpha.BindTargetApplicationResult
Pythonaws_cdk.aws_servicecatalogappregistry_alpha.BindTargetApplicationResult
TypeScript (source)@aws-cdk/aws-servicecatalogappregistry-alpha ยป BindTargetApplicationResult

Obtainable from TargetApplication.bind()

Properties for Service Catalog AppRegistry Application Associator to work with.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as servicecatalogappregistry_alpha from '@aws-cdk/aws-servicecatalogappregistry-alpha';

declare const application: servicecatalogappregistry_alpha.Application;
const bindTargetApplicationResult: servicecatalogappregistry_alpha.BindTargetApplicationResult = {
  application: application,
  associateCrossAccountStacks: false,
};

Properties

NameTypeDescription
application๐Ÿ”นIApplicationCreated or imported application.
associateCrossAccountStacks๐Ÿ”นbooleanEnables cross-account associations with the target application.

application๐Ÿ”น

Type: IApplication

Created or imported application.


associateCrossAccountStacks๐Ÿ”น

Type: boolean

Enables cross-account associations with the target application.