Class CfnInvoiceUnitMixinProps
Properties for CfnInvoiceUnitPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Invoicing
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnInvoiceUnitMixinProps : ICfnInvoiceUnitMixinProps
Syntax (vb)
Public Class CfnInvoiceUnitMixinProps Implements ICfnInvoiceUnitMixinProps
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.Invoicing;
var cfnInvoiceUnitMixinProps = new CfnInvoiceUnitMixinProps {
Description = "description",
InvoiceReceiver = "invoiceReceiver",
Name = "name",
ResourceTags = new [] { new ResourceTagProperty {
Key = "key",
Value = "value"
} },
Rule = new RuleProperty {
LinkedAccounts = new [] { "linkedAccounts" }
},
TaxInheritanceDisabled = false
};
Synopsis
Constructors
| CfnInvoiceUnitMixinProps() | Properties for CfnInvoiceUnitPropsMixin. |
Properties
| Description | The assigned description for an invoice unit. |
| InvoiceReceiver | The account that receives invoices related to the invoice unit. |
| Name | A unique name that is distinctive within your AWS . |
| ResourceTags | The tag structure that contains a tag key and value. |
| Rule | An |
| TaxInheritanceDisabled | Whether the invoice unit based tax inheritance is/ should be enabled or disabled. |
Constructors
CfnInvoiceUnitMixinProps()
Properties for CfnInvoiceUnitPropsMixin.
public CfnInvoiceUnitMixinProps()
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.Invoicing;
var cfnInvoiceUnitMixinProps = new CfnInvoiceUnitMixinProps {
Description = "description",
InvoiceReceiver = "invoiceReceiver",
Name = "name",
ResourceTags = new [] { new ResourceTagProperty {
Key = "key",
Value = "value"
} },
Rule = new RuleProperty {
LinkedAccounts = new [] { "linkedAccounts" }
},
TaxInheritanceDisabled = false
};
Properties
Description
The assigned description for an invoice unit.
public string? Description { get; set; }
Property Value
Remarks
This information can't be modified or deleted.
InvoiceReceiver
The account that receives invoices related to the invoice unit.
public string? InvoiceReceiver { get; set; }
Property Value
Remarks
Name
A unique name that is distinctive within your AWS .
public string? Name { get; set; }
Property Value
Remarks
ResourceTags
The tag structure that contains a tag key and value.
public CfnInvoiceUnitPropsMixin.IResourceTagProperty[]? ResourceTags { get; set; }
Property Value
Remarks
Rule
An InvoiceUnitRule object used the categorize invoice units.
public object? Rule { get; set; }
Property Value
Remarks
TaxInheritanceDisabled
Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
public object? TaxInheritanceDisabled { get; set; }