Class SigningConfigurationReference
A reference to a SigningConfiguration resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.ECR
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SigningConfigurationReference : ISigningConfigurationReference
Syntax (vb)
Public Class SigningConfigurationReference Implements ISigningConfigurationReference
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.Interfaces.ECR;
var signingConfigurationReference = new SigningConfigurationReference {
RegistryId = "registryId"
};
Synopsis
Constructors
| SigningConfigurationReference() | A reference to a SigningConfiguration resource. |
Properties
| RegistryId | The RegistryId of the SigningConfiguration resource. |
Constructors
SigningConfigurationReference()
A reference to a SigningConfiguration resource.
public SigningConfigurationReference()
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.Interfaces.ECR;
var signingConfigurationReference = new SigningConfigurationReference {
RegistryId = "registryId"
};
Properties
RegistryId
The RegistryId of the SigningConfiguration resource.
public string RegistryId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated