Class CfnAssetBundleImportJob
Resource Type definition for AWS::QuickSight::AssetBundleImportJob.
Inherited Members
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
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 |
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
CloudformationResource: AWS::QuickSight::AssetBundleImportJob
ExampleMetadata: fixture=_generated
Properties
AssetBundleImportJobId
Resource Type definition for AWS::QuickSight::AssetBundleImportJob.
public virtual string AssetBundleImportJobId { get; set; }
Property Value
Remarks
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
CloudformationResource: AWS::QuickSight::AssetBundleImportJob
ExampleMetadata: fixture=_generated
AssetBundleImportSource
Resource Type definition for AWS::QuickSight::AssetBundleImportJob.
public virtual object? AssetBundleImportSource { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnAssetBundleImportJob.IAssetBundleImportSourceDescriptionProperty
AttrArn
Resource Type definition for AWS::QuickSight::AssetBundleImportJob.
public virtual string AttrArn { get; }
Property Value
Remarks
CloudformationAttribute: Arn
AttrCreatedTime
Resource Type definition for AWS::QuickSight::AssetBundleImportJob.
public virtual string AttrCreatedTime { get; }
Property Value
Remarks
CloudformationAttribute: CreatedTime
AttrJobStatus
Resource Type definition for AWS::QuickSight::AssetBundleImportJob.
public virtual string AttrJobStatus { get; }
Property Value
Remarks
CloudformationAttribute: JobStatus
AwsAccountId
Resource Type definition for AWS::QuickSight::AssetBundleImportJob.
public virtual string? AwsAccountId { get; set; }
Property Value
Remarks
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
Remarks
CloudformationResource: AWS::QuickSight::AssetBundleImportJob
ExampleMetadata: fixture=_generated
CfnProperties
Resource Type definition for AWS::QuickSight::AssetBundleImportJob.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::QuickSight::AssetBundleImportJob
ExampleMetadata: fixture=_generated
CfnPropertyNames
Resource Type definition for AWS::QuickSight::AssetBundleImportJob.
protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::QuickSight::AssetBundleImportJob
ExampleMetadata: fixture=_generated
FailureAction
Resource Type definition for AWS::QuickSight::AssetBundleImportJob.
public virtual string? FailureAction { get; set; }
Property Value
Remarks
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
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
Remarks
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
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
Remarks
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
Overrides
Remarks
CloudformationResource: AWS::QuickSight::AssetBundleImportJob
ExampleMetadata: fixture=_generated