Show / Hide Table of Contents

Class CfnAssetBundleImportJob

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnAssetBundleImportJob
Implements
IInspectable
IAssetBundleImportJobRef
IConstruct
IDependable
IEnvironmentAware
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.AddResourceDependency(CfnResource, string)
CfnResource.ApplyCrossStackReferenceStrength(ReferenceStrength)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.CfnPropertyName(string)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.RemoveResourceDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAssetBundleImportJob : CfnResource, IInspectable, IAssetBundleImportJobRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class CfnAssetBundleImportJob Inherits CfnResource Implements IInspectable, IAssetBundleImportJobRef, IConstruct, IDependable, IEnvironmentAware
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var cfnAssetBundleImportJob = new CfnAssetBundleImportJob(this, "MyCfnAssetBundleImportJob", new CfnAssetBundleImportJobProps {
                 AssetBundleImportJobId = "assetBundleImportJobId",

                 // the properties below are optional
                 AssetBundleImportSource = new AssetBundleImportSourceDescriptionProperty {
                     S3Uri = "s3Uri"
                 },
                 AwsAccountId = "awsAccountId",
                 FailureAction = "failureAction",
                 OverrideValidationStrategy = new AssetBundleImportJobOverrideValidationStrategyProperty {
                     StrictModeForAllResources = false
                 }
             });

Synopsis

Constructors

CfnAssetBundleImportJob(Construct, string, ICfnAssetBundleImportJobProps)

Create a new AWS::QuickSight::AssetBundleImportJob.

Properties

AssetBundleImportJobId

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

AssetBundleImportJobRef

A reference to a AssetBundleImportJob resource.

AssetBundleImportSource

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

AttrArn

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

AttrCreatedTime

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

AttrJobStatus

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

AwsAccountId

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

CfnPropertyNames

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

FailureAction

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

OverrideValidationStrategy

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

Methods

ArnForAssetBundleImportJob(IAssetBundleImportJobRef)

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

IsCfnAssetBundleImportJob(object)

Checks whether the given object is a CfnAssetBundleImportJob.

RenderProperties(IDictionary<string, object>)

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

Constructors

CfnAssetBundleImportJob(Construct, string, ICfnAssetBundleImportJobProps)

Create a new AWS::QuickSight::AssetBundleImportJob.

public CfnAssetBundleImportJob(Construct scope, string id, ICfnAssetBundleImportJobProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnAssetBundleImportJobProps

Resource properties.

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

Properties

AssetBundleImportJobId

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

public virtual string AssetBundleImportJobId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var cfnAssetBundleImportJob = new CfnAssetBundleImportJob(this, "MyCfnAssetBundleImportJob", new CfnAssetBundleImportJobProps {
                 AssetBundleImportJobId = "assetBundleImportJobId",

                 // the properties below are optional
                 AssetBundleImportSource = new AssetBundleImportSourceDescriptionProperty {
                     S3Uri = "s3Uri"
                 },
                 AwsAccountId = "awsAccountId",
                 FailureAction = "failureAction",
                 OverrideValidationStrategy = new AssetBundleImportJobOverrideValidationStrategyProperty {
                     StrictModeForAllResources = false
                 }
             });

AssetBundleImportJobRef

A reference to a AssetBundleImportJob resource.

public virtual IAssetBundleImportJobReference AssetBundleImportJobRef { get; }
Property Value

IAssetBundleImportJobReference

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

AssetBundleImportSource

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

public virtual object? AssetBundleImportSource { get; set; }
Property Value

object

Remarks

Type union: either IResolvable or CfnAssetBundleImportJob.IAssetBundleImportSourceDescriptionProperty

AttrArn

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

public virtual string AttrArn { get; }
Property Value

string

Remarks

CloudformationAttribute: Arn

AttrCreatedTime

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

public virtual string AttrCreatedTime { get; }
Property Value

string

Remarks

CloudformationAttribute: CreatedTime

AttrJobStatus

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

public virtual string AttrJobStatus { get; }
Property Value

string

Remarks

CloudformationAttribute: JobStatus

AwsAccountId

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

public virtual string? AwsAccountId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var cfnAssetBundleImportJob = new CfnAssetBundleImportJob(this, "MyCfnAssetBundleImportJob", new CfnAssetBundleImportJobProps {
                 AssetBundleImportJobId = "assetBundleImportJobId",

                 // the properties below are optional
                 AssetBundleImportSource = new AssetBundleImportSourceDescriptionProperty {
                     S3Uri = "s3Uri"
                 },
                 AwsAccountId = "awsAccountId",
                 FailureAction = "failureAction",
                 OverrideValidationStrategy = new AssetBundleImportJobOverrideValidationStrategyProperty {
                     StrictModeForAllResources = false
                 }
             });

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

CfnProperties

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

CfnPropertyNames

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value

IDictionary<string, string>

Overrides
CfnResource.CfnPropertyNames
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

FailureAction

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

public virtual string? FailureAction { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var cfnAssetBundleImportJob = new CfnAssetBundleImportJob(this, "MyCfnAssetBundleImportJob", new CfnAssetBundleImportJobProps {
                 AssetBundleImportJobId = "assetBundleImportJobId",

                 // the properties below are optional
                 AssetBundleImportSource = new AssetBundleImportSourceDescriptionProperty {
                     S3Uri = "s3Uri"
                 },
                 AwsAccountId = "awsAccountId",
                 FailureAction = "failureAction",
                 OverrideValidationStrategy = new AssetBundleImportJobOverrideValidationStrategyProperty {
                     StrictModeForAllResources = false
                 }
             });

OverrideValidationStrategy

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

public virtual object? OverrideValidationStrategy { get; set; }
Property Value

object

Remarks

Type union: either IResolvable or CfnAssetBundleImportJob.IAssetBundleImportJobOverrideValidationStrategyProperty

Methods

ArnForAssetBundleImportJob(IAssetBundleImportJobRef)

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

public static string ArnForAssetBundleImportJob(IAssetBundleImportJobRef resource)
Parameters
resource IAssetBundleImportJobRef
Returns

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var cfnAssetBundleImportJob = new CfnAssetBundleImportJob(this, "MyCfnAssetBundleImportJob", new CfnAssetBundleImportJobProps {
                 AssetBundleImportJobId = "assetBundleImportJobId",

                 // the properties below are optional
                 AssetBundleImportSource = new AssetBundleImportSourceDescriptionProperty {
                     S3Uri = "s3Uri"
                 },
                 AwsAccountId = "awsAccountId",
                 FailureAction = "failureAction",
                 OverrideValidationStrategy = new AssetBundleImportJobOverrideValidationStrategyProperty {
                     StrictModeForAllResources = false
                 }
             });

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

IsCfnAssetBundleImportJob(object)

Checks whether the given object is a CfnAssetBundleImportJob.

public static bool IsCfnAssetBundleImportJob(object x)
Parameters
x object
Returns

bool

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

Resource Type definition for AWS::QuickSight::AssetBundleImportJob.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-assetbundleimportjob.html

CloudformationResource: AWS::QuickSight::AssetBundleImportJob

ExampleMetadata: fixture=_generated

Implements

IInspectable
IAssetBundleImportJobRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX