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