Class CfnAnalysisTemplate.HashProperty
Hash.
Implements
Inherited Members
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysisTemplate.HashProperty : CfnAnalysisTemplate.IHashProperty
Syntax (vb)
Public Class CfnAnalysisTemplate.HashProperty Implements CfnAnalysisTemplate.IHashProperty
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.Aws_cleanrooms;
var hashProperty = new HashProperty {
Sha256 = "sha256"
};
Synopsis
Constructors
HashProperty() | Hash. |
Properties
Sha256 | The SHA-256 hash value. |
Constructors
HashProperty()
Hash.
public HashProperty()
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.Aws_cleanrooms;
var hashProperty = new HashProperty {
Sha256 = "sha256"
};
Properties
Sha256
The SHA-256 hash value.
public string? Sha256 { get; set; }