Show / Hide Table of Contents

Interface CfnAnalysisTemplate.IHashProperty

Hash.

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysisTemplate.IHashProperty
Syntax (vb)
Public Interface CfnAnalysisTemplate.IHashProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-hash.html

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

Properties

Sha256

The SHA-256 hash value.

Properties

Sha256

The SHA-256 hash value.

string? Sha256 { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-hash.html#cfn-cleanrooms-analysistemplate-hash-sha256

Back to top Generated by DocFX