Class CfnTieringConfigurationMixinProps
Properties for CfnTieringConfigurationPropsMixin.
Implements
Inherited Members
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
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
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
Remarks
ResourceSelection
Properties for CfnTieringConfigurationPropsMixin.
public object? ResourceSelection { get; set; }
Property Value
Remarks
TieringConfigurationName
Properties for CfnTieringConfigurationPropsMixin.
public string? TieringConfigurationName { get; set; }
Property Value
Remarks
TieringConfigurationTags
Properties for CfnTieringConfigurationPropsMixin.
public IDictionary<string, string>? TieringConfigurationTags { get; set; }