Class CfnBillScenarioMixinProps
Properties for CfnBillScenarioPropsMixin.
Implements
Inherited Members
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
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
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
Remarks
ExpiresAt
The timestamp when the bill scenario expires.
public string? ExpiresAt { get; set; }
Property Value
Remarks
GroupSharingPreference
Properties for CfnBillScenarioPropsMixin.
public string? GroupSharingPreference { get; set; }
Property Value
Remarks
Name
The name of the bill scenario.
public string? Name { get; set; }
Property Value
Remarks
Tags
An array of key-value pairs to apply to this resource.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]