Class AwsCliAsset
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- software.amazon.awscdk.services.s3.assets.Asset
-
- software.amazon.awscdk.cdk.asset.awscli.v2.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-10T00:25:38.685Z") @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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAwsCliAsset(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAwsCliAsset(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.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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.
-
-