Interface IDistributionConfigurationReference
A reference to a DistributionConfiguration resource.
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDistributionConfigurationReference
Syntax (vb)
Public Interface IDistributionConfigurationReference
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.ImageBuilder;
var distributionConfigurationReference = new DistributionConfigurationReference {
DistributionConfigurationArn = "distributionConfigurationArn"
};
Synopsis
Properties
| DistributionConfigurationArn | The Arn of the DistributionConfiguration resource. |
Properties
DistributionConfigurationArn
The Arn of the DistributionConfiguration resource.
string DistributionConfigurationArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated