Show / Hide Table of Contents

Class CfnBillScenarioMixinProps

Properties for CfnBillScenarioPropsMixin.

Inheritance
object
CfnBillScenarioMixinProps
Implements
ICfnBillScenarioMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BcmPricingCalculator
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnBillScenarioMixinProps : ICfnBillScenarioMixinProps
Syntax (vb)
Public Class CfnBillScenarioMixinProps Implements ICfnBillScenarioMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmpricingcalculator-billscenario.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.CfnPropertyMixins.AWS.BcmPricingCalculator;

             var cfnBillScenarioMixinProps = new CfnBillScenarioMixinProps {
                 CostCategoryGroupSharingPreferenceArn = "costCategoryGroupSharingPreferenceArn",
                 ExpiresAt = "expiresAt",
                 GroupSharingPreference = "groupSharingPreference",
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

CfnBillScenarioMixinProps()

Properties for CfnBillScenarioPropsMixin.

Properties

CostCategoryGroupSharingPreferenceArn

The ARN of the cost category group sharing preference.

ExpiresAt

The timestamp when the bill scenario expires.

GroupSharingPreference

Properties for CfnBillScenarioPropsMixin.

Name

The name of the bill scenario.

Tags

An array of key-value pairs to apply to this resource.

Constructors

CfnBillScenarioMixinProps()

Properties for CfnBillScenarioPropsMixin.

public CfnBillScenarioMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmpricingcalculator-billscenario.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.CfnPropertyMixins.AWS.BcmPricingCalculator;

             var cfnBillScenarioMixinProps = new CfnBillScenarioMixinProps {
                 CostCategoryGroupSharingPreferenceArn = "costCategoryGroupSharingPreferenceArn",
                 ExpiresAt = "expiresAt",
                 GroupSharingPreference = "groupSharingPreference",
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

CostCategoryGroupSharingPreferenceArn

The ARN of the cost category group sharing preference.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmpricingcalculator-billscenario.html#cfn-bcmpricingcalculator-billscenario-costcategorygroupsharingpreferencearn

ExpiresAt

The timestamp when the bill scenario expires.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmpricingcalculator-billscenario.html#cfn-bcmpricingcalculator-billscenario-expiresat

GroupSharingPreference

Properties for CfnBillScenarioPropsMixin.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmpricingcalculator-billscenario.html#cfn-bcmpricingcalculator-billscenario-groupsharingpreference

Name

The name of the bill scenario.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmpricingcalculator-billscenario.html#cfn-bcmpricingcalculator-billscenario-name

Tags

An array of key-value pairs to apply to this resource.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmpricingcalculator-billscenario.html#cfn-bcmpricingcalculator-billscenario-tags

Implements

ICfnBillScenarioMixinProps
Back to top Generated by DocFX