Interface ISnapshotBlockPublicAccessReference
A reference to a SnapshotBlockPublicAccess resource.
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISnapshotBlockPublicAccessReference
Syntax (vb)
Public Interface ISnapshotBlockPublicAccessReference
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.EC2;
var snapshotBlockPublicAccessReference = new SnapshotBlockPublicAccessReference {
AccountId = "accountId"
};
Synopsis
Properties
| AccountId | The AccountId of the SnapshotBlockPublicAccess resource. |
Properties
AccountId
The AccountId of the SnapshotBlockPublicAccess resource.
string AccountId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated