interface CfnAnalysisTemplateProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.CfnAnalysisTemplateProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnAnalysisTemplateProps |
![]() | software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplateProps |
![]() | aws_cdk.aws_cleanrooms.CfnAnalysisTemplateProps |
![]() | aws-cdk-lib » aws_cleanrooms » CfnAnalysisTemplateProps |
Properties for defining a CfnAnalysisTemplate
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const cfnAnalysisTemplateProps: cleanrooms.CfnAnalysisTemplateProps = {
format: 'format',
membershipIdentifier: 'membershipIdentifier',
name: 'name',
source: {
artifacts: {
entryPoint: {
location: {
bucket: 'bucket',
key: 'key',
},
},
roleArn: 'roleArn',
// the properties below are optional
additionalArtifacts: [{
location: {
bucket: 'bucket',
key: 'key',
},
}],
},
text: 'text',
},
// the properties below are optional
analysisParameters: [{
name: 'name',
type: 'type',
// the properties below are optional
defaultValue: 'defaultValue',
}],
description: 'description',
errorMessageConfiguration: {
type: 'type',
},
schema: {
referencedTables: ['referencedTables'],
},
sourceMetadata: {
artifacts: {
entryPointHash: {
sha256: 'sha256',
},
// the properties below are optional
additionalArtifactHashes: [{
sha256: 'sha256',
}],
},
},
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
format | string | The format of the analysis template. |
membership | string | The identifier for a membership resource. |
name | string | The name of the analysis template. |
source | IResolvable | Analysis | The source of the analysis template. |
analysis | IResolvable | IResolvable | Analysis [] | The parameters of the analysis template. |
description? | string | The description of the analysis template. |
error | IResolvable | Error | The configuration that specifies the level of detail in error messages returned by analyses using this template. |
schema? | IResolvable | Analysis | The entire schema object. |
source | IResolvable | Analysis | The source metadata for the analysis template. |
tags? | Cfn [] | An optional label that you can assign to a resource when you create it. |
format
Type:
string
The format of the analysis template.
membershipIdentifier
Type:
string
The identifier for a membership resource.
name
Type:
string
The name of the analysis template.
source
Type:
IResolvable
|
Analysis
The source of the analysis template.
analysisParameters?
Type:
IResolvable
|
IResolvable
|
Analysis
[]
(optional)
The parameters of the analysis template.
description?
Type:
string
(optional)
The description of the analysis template.
errorMessageConfiguration?
Type:
IResolvable
|
Error
(optional)
The configuration that specifies the level of detail in error messages returned by analyses using this template.
When set to DETAILED
, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.
schema?
Type:
IResolvable
|
Analysis
(optional)
The entire schema object.
sourceMetadata?
Type:
IResolvable
|
Analysis
(optional)
The source metadata for the analysis template.
tags?
Type:
Cfn
[]
(optional)
An optional label that you can assign to a resource when you create it.
Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.