Show / Hide Table of Contents

Class CfnInvoiceUnitPropsMixin

An invoice unit is a set of mutually exclusive account that correspond to your business entity.

Inheritance
object
Mixin
CfnInvoiceUnitPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Invoicing
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnInvoiceUnitPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnInvoiceUnitPropsMixin Inherits Mixin Implements IMixin
Remarks

Invoice units allow you separate AWS account costs and configures your invoice for each business entity going forward.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html

CloudformationResource: AWS::Invoicing::InvoiceUnit

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnInvoiceUnitPropsMixin = new CfnInvoiceUnitPropsMixin(new CfnInvoiceUnitMixinProps {
                 Description = "description",
                 InvoiceReceiver = "invoiceReceiver",
                 Name = "name",
                 ResourceTags = new [] { new ResourceTagProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Rule = new RuleProperty {
                     LinkedAccounts = new [] { "linkedAccounts" }
                 },
                 TaxInheritanceDisabled = false
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnInvoiceUnitPropsMixin(ICfnInvoiceUnitMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Invoicing::InvoiceUnit.

Properties

CFN_PROPERTY_KEYS

An invoice unit is a set of mutually exclusive account that correspond to your business entity.

Props

An invoice unit is a set of mutually exclusive account that correspond to your business entity.

Strategy

An invoice unit is a set of mutually exclusive account that correspond to your business entity.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnInvoiceUnitPropsMixin(ICfnInvoiceUnitMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Invoicing::InvoiceUnit.

public CfnInvoiceUnitPropsMixin(ICfnInvoiceUnitMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnInvoiceUnitMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

Invoice units allow you separate AWS account costs and configures your invoice for each business entity going forward.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html

CloudformationResource: AWS::Invoicing::InvoiceUnit

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

An invoice unit is a set of mutually exclusive account that correspond to your business entity.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

Invoice units allow you separate AWS account costs and configures your invoice for each business entity going forward.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html

CloudformationResource: AWS::Invoicing::InvoiceUnit

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnInvoiceUnitPropsMixin = new CfnInvoiceUnitPropsMixin(new CfnInvoiceUnitMixinProps {
                 Description = "description",
                 InvoiceReceiver = "invoiceReceiver",
                 Name = "name",
                 ResourceTags = new [] { new ResourceTagProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Rule = new RuleProperty {
                     LinkedAccounts = new [] { "linkedAccounts" }
                 },
                 TaxInheritanceDisabled = false
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

An invoice unit is a set of mutually exclusive account that correspond to your business entity.

protected virtual ICfnInvoiceUnitMixinProps Props { get; }
Property Value

ICfnInvoiceUnitMixinProps

Remarks

Invoice units allow you separate AWS account costs and configures your invoice for each business entity going forward.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html

CloudformationResource: AWS::Invoicing::InvoiceUnit

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnInvoiceUnitPropsMixin = new CfnInvoiceUnitPropsMixin(new CfnInvoiceUnitMixinProps {
                 Description = "description",
                 InvoiceReceiver = "invoiceReceiver",
                 Name = "name",
                 ResourceTags = new [] { new ResourceTagProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Rule = new RuleProperty {
                     LinkedAccounts = new [] { "linkedAccounts" }
                 },
                 TaxInheritanceDisabled = false
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

An invoice unit is a set of mutually exclusive account that correspond to your business entity.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

Invoice units allow you separate AWS account costs and configures your invoice for each business entity going forward.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html

CloudformationResource: AWS::Invoicing::InvoiceUnit

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnInvoiceUnitPropsMixin = new CfnInvoiceUnitPropsMixin(new CfnInvoiceUnitMixinProps {
                 Description = "description",
                 InvoiceReceiver = "invoiceReceiver",
                 Name = "name",
                 ResourceTags = new [] { new ResourceTagProperty {
                     Key = "key",
                     Value = "value"
                 } },
                 Rule = new RuleProperty {
                     LinkedAccounts = new [] { "linkedAccounts" }
                 },
                 TaxInheritanceDisabled = false
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override void ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Overrides
Mixin.ApplyTo(IConstruct)
Remarks

Invoice units allow you separate AWS account costs and configures your invoice for each business entity going forward.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html

CloudformationResource: AWS::Invoicing::InvoiceUnit

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

Invoice units allow you separate AWS account costs and configures your invoice for each business entity going forward.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html

CloudformationResource: AWS::Invoicing::InvoiceUnit

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX