Interface CfnOdbNetwork.IManagedS3BackupAccessProperty
The configuration for managed Amazon S3 backup access from the ODB network.
Namespace: Amazon.CDK.AWS.ODB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnOdbNetwork.IManagedS3BackupAccessProperty
Syntax (vb)
Public Interface CfnOdbNetwork.IManagedS3BackupAccessProperty
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.ODB;
var managedS3BackupAccessProperty = new ManagedS3BackupAccessProperty {
Ipv4Addresses = new [] { "ipv4Addresses" },
Status = "status"
};
Synopsis
Properties
| Ipv4Addresses | The IPv4 addresses for the managed Amazon S3 backup access. |
| Status | The status of the managed Amazon S3 backup access. |
Properties
Ipv4Addresses
The IPv4 addresses for the managed Amazon S3 backup access.
string[]? Ipv4Addresses { get; }
Property Value
string[]
Remarks
Status
The status of the managed Amazon S3 backup access.
string? Status { get; }