Class CfnAssetBundleExportJob

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.CfnAssetBundleExportJob
All Implemented Interfaces:
IInspectable, IEnvironmentAware, IAssetBundleExportJobRef, 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.581Z") @Stability(Stable) public class CfnAssetBundleExportJob extends CfnResource implements IInspectable, IAssetBundleExportJobRef
Resource Type definition for AWS::QuickSight::AssetBundleExportJob.

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.*;
 CfnAssetBundleExportJob cfnAssetBundleExportJob = CfnAssetBundleExportJob.Builder.create(this, "MyCfnAssetBundleExportJob")
         .assetBundleExportJobId("assetBundleExportJobId")
         .exportFormat("exportFormat")
         .resourceArns(List.of("resourceArns"))
         // the properties below are optional
         .awsAccountId("awsAccountId")
         .includeAllDependencies(false)
         .includeFolderMembers("includeFolderMembers")
         .includeFolderMemberships(false)
         .includePermissions(false)
         .includeTags(false)
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnAssetBundleExportJob

      protected CfnAssetBundleExportJob(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnAssetBundleExportJob

      protected CfnAssetBundleExportJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnAssetBundleExportJob

      @Stability(Stable) public CfnAssetBundleExportJob(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnAssetBundleExportJobProps props)
      Create a new AWS::QuickSight::AssetBundleExportJob.

      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

    • arnForAssetBundleExportJob

      @Stability(Stable) @NotNull public static String arnForAssetBundleExportJob(@NotNull IAssetBundleExportJobRef resource)
      Parameters:
      resource - This parameter is required.
    • isCfnAssetBundleExportJob

      @Stability(Stable) @NotNull public static Boolean isCfnAssetBundleExportJob(@NotNull Object x)
      Checks whether the given object is a CfnAssetBundleExportJob.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      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:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAssetBundleExportJobRef

      @Stability(Stable) @NotNull public AssetBundleExportJobReference getAssetBundleExportJobRef()
      A reference to a AssetBundleExportJob resource.
      Specified by:
      getAssetBundleExportJobRef in interface IAssetBundleExportJobRef
    • getAttrArn

      @Stability(Stable) @NotNull public String getAttrArn()
    • getAttrCreatedTime

      @Stability(Stable) @NotNull public String getAttrCreatedTime()
    • getAttrJobStatus

      @Stability(Stable) @NotNull public String getAttrJobStatus()
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getCfnPropertyNames

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource
    • getAssetBundleExportJobId

      @Stability(Stable) @NotNull public String getAssetBundleExportJobId()
    • setAssetBundleExportJobId

      @Stability(Stable) public void setAssetBundleExportJobId(@NotNull String value)
    • getExportFormat

      @Stability(Stable) @NotNull public String getExportFormat()
    • setExportFormat

      @Stability(Stable) public void setExportFormat(@NotNull String value)
    • getResourceArns

      @Stability(Stable) @NotNull public List<String> getResourceArns()
    • setResourceArns

      @Stability(Stable) public void setResourceArns(@NotNull List<String> value)
    • getAwsAccountId

      @Stability(Stable) @Nullable public String getAwsAccountId()
    • setAwsAccountId

      @Stability(Stable) public void setAwsAccountId(@Nullable String value)
    • getIncludeAllDependencies

      @Stability(Stable) @Nullable public Object getIncludeAllDependencies()
      Returns union: either Boolean or IResolvable
    • setIncludeAllDependencies

      @Stability(Stable) public void setIncludeAllDependencies(@Nullable Boolean value)
    • setIncludeAllDependencies

      @Stability(Stable) public void setIncludeAllDependencies(@Nullable IResolvable value)
    • getIncludeFolderMembers

      @Stability(Stable) @Nullable public String getIncludeFolderMembers()
    • setIncludeFolderMembers

      @Stability(Stable) public void setIncludeFolderMembers(@Nullable String value)
    • getIncludeFolderMemberships

      @Stability(Stable) @Nullable public Object getIncludeFolderMemberships()
      Returns union: either Boolean or IResolvable
    • setIncludeFolderMemberships

      @Stability(Stable) public void setIncludeFolderMemberships(@Nullable Boolean value)
    • setIncludeFolderMemberships

      @Stability(Stable) public void setIncludeFolderMemberships(@Nullable IResolvable value)
    • getIncludePermissions

      @Stability(Stable) @Nullable public Object getIncludePermissions()
      Returns union: either Boolean or IResolvable
    • setIncludePermissions

      @Stability(Stable) public void setIncludePermissions(@Nullable Boolean value)
    • setIncludePermissions

      @Stability(Stable) public void setIncludePermissions(@Nullable IResolvable value)
    • getIncludeTags

      @Stability(Stable) @Nullable public Object getIncludeTags()
      Returns union: either Boolean or IResolvable
    • setIncludeTags

      @Stability(Stable) public void setIncludeTags(@Nullable Boolean value)
    • setIncludeTags

      @Stability(Stable) public void setIncludeTags(@Nullable IResolvable value)