Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-manageds3backupaccess.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-manageds3backupaccess.html#cfn-odb-odbnetwork-manageds3backupaccess-ipv4addresses

Status

The status of the managed Amazon S3 backup access.

string? Status { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-manageds3backupaccess.html#cfn-odb-odbnetwork-manageds3backupaccess-status

Back to top Generated by DocFX