Class CfnAssetBundleImportJob
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.quicksight.CfnAssetBundleImportJob
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IAssetBundleImportJobRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-22T17:37:31.583Z")
@Stability(Stable)
public class CfnAssetBundleImportJob
extends CfnResource
implements IInspectable, IAssetBundleImportJobRef
Resource Type definition for AWS::QuickSight::AssetBundleImportJob.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
CfnAssetBundleImportJob cfnAssetBundleImportJob = CfnAssetBundleImportJob.Builder.create(this, "MyCfnAssetBundleImportJob")
.assetBundleImportJobId("assetBundleImportJobId")
// the properties below are optional
.assetBundleImportSource(AssetBundleImportSourceDescriptionProperty.builder()
.s3Uri("s3Uri")
.build())
.awsAccountId("awsAccountId")
.failureAction("failureAction")
.overrideValidationStrategy(AssetBundleImportJobOverrideValidationStrategyProperty.builder()
.strictModeForAllResources(false)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceExample:static interfaceExample:static final classA fluent builder forCfnAssetBundleImportJob.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.quicksight.IAssetBundleImportJobRef
IAssetBundleImportJobRef.Jsii$Default, IAssetBundleImportJobRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnAssetBundleImportJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnAssetBundleImportJob(software.amazon.jsii.JsiiObjectRef objRef) CfnAssetBundleImportJob(software.constructs.Construct scope, String id, CfnAssetBundleImportJobProps props) Create a newAWS::QuickSight::AssetBundleImportJob. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringA reference to a AssetBundleImportJob resource.Returns union: eitherIResolvableorCfnAssetBundleImportJob.AssetBundleImportSourceDescriptionPropertyReturns union: eitherIResolvableorCfnAssetBundleImportJob.AssetBundleImportJobOverrideValidationStrategyPropertyvoidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnAssetBundleImportJob.renderProperties(Map<String, Object> props) voidsetAssetBundleImportJobId(String value) voidvoidsetAssetBundleImportSource(CfnAssetBundleImportJob.AssetBundleImportSourceDescriptionProperty value) voidsetAwsAccountId(String value) voidsetFailureAction(String value) voidvoidsetOverrideValidationStrategy(CfnAssetBundleImportJob.AssetBundleImportJobOverrideValidationStrategyProperty value) Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, addResourceDependency, addResourceDependency, applyCrossStackReferenceStrength, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, cfnPropertyName, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, removeDependency, removeResourceDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnAssetBundleImportJob
protected CfnAssetBundleImportJob(software.amazon.jsii.JsiiObjectRef objRef) -
CfnAssetBundleImportJob
protected CfnAssetBundleImportJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnAssetBundleImportJob
@Stability(Stable) public CfnAssetBundleImportJob(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnAssetBundleImportJobProps props) Create a newAWS::QuickSight::AssetBundleImportJob.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForAssetBundleImportJob
@Stability(Stable) @NotNull public static String arnForAssetBundleImportJob(@NotNull IAssetBundleImportJobRef resource) - Parameters:
resource- This parameter is required.
-
isCfnAssetBundleImportJob
Checks whether the given object is a CfnAssetBundleImportJob.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAssetBundleImportJobRef
A reference to a AssetBundleImportJob resource.- Specified by:
getAssetBundleImportJobRefin interfaceIAssetBundleImportJobRef
-
getAttrArn
-
getAttrCreatedTime
-
getAttrJobStatus
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-
getAssetBundleImportJobId
-
setAssetBundleImportJobId
-
getAssetBundleImportSource
Returns union: eitherIResolvableorCfnAssetBundleImportJob.AssetBundleImportSourceDescriptionProperty -
setAssetBundleImportSource
-
setAssetBundleImportSource
@Stability(Stable) public void setAssetBundleImportSource(@Nullable CfnAssetBundleImportJob.AssetBundleImportSourceDescriptionProperty value) -
getAwsAccountId
-
setAwsAccountId
-
getFailureAction
-
setFailureAction
-
getOverrideValidationStrategy
Returns union: eitherIResolvableorCfnAssetBundleImportJob.AssetBundleImportJobOverrideValidationStrategyProperty -
setOverrideValidationStrategy
-
setOverrideValidationStrategy
@Stability(Stable) public void setOverrideValidationStrategy(@Nullable CfnAssetBundleImportJob.AssetBundleImportJobOverrideValidationStrategyProperty value)
-