Uses of Interface
software.amazon.awscdk.cloudassembly.schema.AwsDestination
-
-
Uses of AwsDestination in software.amazon.awscdk.cloudassembly.schema
Subinterfaces of AwsDestination in software.amazon.awscdk.cloudassembly.schema Modifier and Type Interface Description interfaceDockerImageDestinationWhere to publish docker images.interfaceFileDestinationWhere in S3 a file asset needs to be published.Classes in software.amazon.awscdk.cloudassembly.schema that implement AwsDestination Modifier and Type Class Description static classAwsDestination.Jsii$ProxyAn implementation forAwsDestinationstatic classDockerImageDestination.Jsii$ProxyAn implementation forDockerImageDestinationstatic classFileDestination.Jsii$ProxyAn implementation forFileDestinationMethods in software.amazon.awscdk.cloudassembly.schema that return AwsDestination Modifier and Type Method Description AwsDestinationAwsDestination.Builder. build()Builds the configured instance.
-