Interface ISecretReference
A reference to a Secret resource.
Namespace: Amazon.CDK.Interfaces.SecretsManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISecretReference
Syntax (vb)
Public Interface ISecretReference
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.SecretsManager;
var secretReference = new SecretReference {
SecretId = "secretId"
};
Synopsis
Properties
| SecretId | The Id of the Secret resource. |
Properties
SecretId
The Id of the Secret resource.
string SecretId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated