Class AwsCliAsset

  • All Implemented Interfaces:
    software.amazon.awscdk.IAsset, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.77.0 (build 3e5fa88)",
               date="2023-03-16T00:14:02.920Z")
    @Stability(Stable)
    public class AwsCliAsset
    extends software.amazon.awscdk.services.s3.assets.Asset
    A CDK Asset construct that contains the AWS CLI.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.awscdk.services.s3.assets.Asset

        software.amazon.awscdk.services.s3.assets.Asset.Builder
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.amazon.awscdk.IAsset

        software.amazon.awscdk.IAsset.Jsii$Default, software.amazon.awscdk.IAsset.Jsii$Proxy
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AwsCliAsset​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected AwsCliAsset​(software.amazon.jsii.JsiiObjectRef objRef)  
        AwsCliAsset​(software.constructs.Construct scope, String id)  
        AwsCliAsset​(software.constructs.Construct scope, String id, software.amazon.awscdk.services.s3.assets.AssetOptions options)  
    • Method Summary

      • Methods inherited from class software.amazon.awscdk.services.s3.assets.Asset

        addResourceMetadata, getAssetHash, getAssetPath, getBucket, getHttpUrl, getIsFile, getIsZipArchive, getS3BucketName, getS3ObjectKey, getS3ObjectUrl, grantRead
      • Methods inherited from class software.constructs.Construct

        getNode, isConstruct, toString
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • AwsCliAsset

        protected AwsCliAsset​(software.amazon.jsii.JsiiObjectRef objRef)
      • AwsCliAsset

        protected AwsCliAsset​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • AwsCliAsset

        @Stability(Stable)
        public AwsCliAsset​(@NotNull
                           software.constructs.Construct scope,
                           @NotNull
                           String id,
                           @Nullable
                           software.amazon.awscdk.services.s3.assets.AssetOptions options)
        Parameters:
        scope - This parameter is required.
        id - This parameter is required.
        options -
      • AwsCliAsset

        @Stability(Stable)
        public AwsCliAsset​(@NotNull
                           software.constructs.Construct scope,
                           @NotNull
                           String id)
        Parameters:
        scope - This parameter is required.
        id - This parameter is required.