Show / Hide Table of Contents

Class CfnTieringConfigurationMixinProps

Properties for CfnTieringConfigurationPropsMixin.

Inheritance
object
CfnTieringConfigurationMixinProps
Implements
ICfnTieringConfigurationMixinProps
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.Backup.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTieringConfigurationMixinProps : ICfnTieringConfigurationMixinProps
Syntax (vb)
Public Class CfnTieringConfigurationMixinProps Implements ICfnTieringConfigurationMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.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.Backup.Mixins;

             var cfnTieringConfigurationMixinProps = new CfnTieringConfigurationMixinProps {
                 BackupVaultName = "backupVaultName",
                 ResourceSelection = new [] { new ResourceSelectionProperty {
                     Resources = new [] { "resources" },
                     ResourceType = "resourceType",
                     TieringDownSettingsInDays = 123
                 } },
                 TieringConfigurationName = "tieringConfigurationName",
                 TieringConfigurationTags = new Dictionary<string, string> {
                     { "tieringConfigurationTagsKey", "tieringConfigurationTags" }
                 }
             };

Synopsis

Constructors

CfnTieringConfigurationMixinProps()

Properties for CfnTieringConfigurationPropsMixin.

Properties

BackupVaultName

Properties for CfnTieringConfigurationPropsMixin.

ResourceSelection

Properties for CfnTieringConfigurationPropsMixin.

TieringConfigurationName

Properties for CfnTieringConfigurationPropsMixin.

TieringConfigurationTags

Properties for CfnTieringConfigurationPropsMixin.

Constructors

CfnTieringConfigurationMixinProps()

Properties for CfnTieringConfigurationPropsMixin.

public CfnTieringConfigurationMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.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.Backup.Mixins;

             var cfnTieringConfigurationMixinProps = new CfnTieringConfigurationMixinProps {
                 BackupVaultName = "backupVaultName",
                 ResourceSelection = new [] { new ResourceSelectionProperty {
                     Resources = new [] { "resources" },
                     ResourceType = "resourceType",
                     TieringDownSettingsInDays = 123
                 } },
                 TieringConfigurationName = "tieringConfigurationName",
                 TieringConfigurationTags = new Dictionary<string, string> {
                     { "tieringConfigurationTagsKey", "tieringConfigurationTags" }
                 }
             };

Properties

BackupVaultName

Properties for CfnTieringConfigurationPropsMixin.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html#cfn-backup-tieringconfiguration-backupvaultname

ResourceSelection

Properties for CfnTieringConfigurationPropsMixin.

public object? ResourceSelection { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html#cfn-backup-tieringconfiguration-resourceselection

Type union: either IResolvable or (either IResolvable or CfnTieringConfigurationPropsMixin.IResourceSelectionProperty)[]

TieringConfigurationName

Properties for CfnTieringConfigurationPropsMixin.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html#cfn-backup-tieringconfiguration-tieringconfigurationname

TieringConfigurationTags

Properties for CfnTieringConfigurationPropsMixin.

public IDictionary<string, string>? TieringConfigurationTags { get; set; }
Property Value

IDictionary<string, string>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html#cfn-backup-tieringconfiguration-tieringconfigurationtags

Implements

ICfnTieringConfigurationMixinProps
Back to top Generated by DocFX