interface PresentationDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BillingConductor.Mixins.CfnCustomLineItemPropsMixin.PresentationDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbillingconductor/mixins#CfnCustomLineItemPropsMixin_PresentationDetailsProperty |
Java | software.amazon.awscdk.mixins.preview.services.billingconductor.mixins.CfnCustomLineItemPropsMixin.PresentationDetailsProperty |
Python | aws_cdk.mixins_preview.aws_billingconductor.mixins.CfnCustomLineItemPropsMixin.PresentationDetailsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_billingconductor » mixins » CfnCustomLineItemPropsMixin » PresentationDetailsProperty |
An object that defines how custom line item charges are presented in the bill, containing specifications for service presentation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as billingconductor_mixins } from '@aws-cdk/mixins-preview/aws-billingconductor';
const presentationDetailsProperty: billingconductor_mixins.CfnCustomLineItemPropsMixin.PresentationDetailsProperty = {
service: 'service',
};
Properties
| Name | Type | Description |
|---|---|---|
| service? | string | The service under which the custom line item charges will be presented. |
service?
Type:
string
(optional)
The service under which the custom line item charges will be presented.
Must be a string between 1 and 128 characters matching the pattern ^[a-zA-Z0-9]+$ .

.NET
Go
Java
Python
TypeScript