Show / Hide Table of Contents

Class CfnOdbNetworkPropsMixin.ManagedS3BackupAccessProperty

The configuration for managed Amazon S3 backup access from the ODB network.

Inheritance
object
CfnOdbNetworkPropsMixin.ManagedS3BackupAccessProperty
Implements
CfnOdbNetworkPropsMixin.IManagedS3BackupAccessProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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.

public string? Status { get; set; }
Property Value

string

Remarks

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

Implements

CfnOdbNetworkPropsMixin.IManagedS3BackupAccessProperty
Back to top Generated by DocFX