Interface CfnAnalysisTemplatePropsMixin.IAnalysisSourceMetadataProperty
The analysis source metadata.
Namespace: Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisTemplatePropsMixin.IAnalysisSourceMetadataProperty
Syntax (vb)
Public Interface CfnAnalysisTemplatePropsMixin.IAnalysisSourceMetadataProperty
Remarks
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.Mixins.Preview.AWS.CleanRooms.Mixins;
var analysisSourceMetadataProperty = new AnalysisSourceMetadataProperty {
Artifacts = new AnalysisTemplateArtifactMetadataProperty {
AdditionalArtifactHashes = new [] { new HashProperty {
Sha256 = "sha256"
} },
EntryPointHash = new HashProperty {
Sha256 = "sha256"
}
}
};
Synopsis
Properties
| Artifacts | The artifacts of the analysis source metadata. |
Properties
Artifacts
The artifacts of the analysis source metadata.
object? Artifacts { get; }
Property Value
Remarks
Type union: either IResolvable or CfnAnalysisTemplatePropsMixin.IAnalysisTemplateArtifactMetadataProperty