Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IInvoiceUnitRef ¶
type IInvoiceUnitRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a InvoiceUnit resource.
// Experimental.
InvoiceUnitRef() *InvoiceUnitReference
}
Indicates that this resource can be referenced as a InvoiceUnit. Experimental.
type InvoiceUnitReference ¶
type InvoiceUnitReference struct {
// The InvoiceUnitArn of the InvoiceUnit resource.
InvoiceUnitArn *string `field:"required" json:"invoiceUnitArn" yaml:"invoiceUnitArn"`
}
A reference to a InvoiceUnit resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
invoiceUnitReference := &InvoiceUnitReference{
InvoiceUnitArn: jsii.String("invoiceUnitArn"),
}
Click to show internal directories.
Click to hide internal directories.