interface AccountCustomizationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.UXC.AccountCustomizationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsuxc#AccountCustomizationReference |
Java | software.amazon.awscdk.interfaces.uxc.AccountCustomizationReference |
Python | aws_cdk.interfaces.aws_uxc.AccountCustomizationReference |
TypeScript | aws-cdk-lib » interfaces » aws_uxc » AccountCustomizationReference |
A reference to a AccountCustomization resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_uxc as interfaces_uxc } from 'aws-cdk-lib/interfaces';
const accountCustomizationReference: interfaces_uxc.AccountCustomizationReference = {
accountId: 'accountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| account | string | The AccountId of the AccountCustomization resource. |
accountId
Type:
string
The AccountId of the AccountCustomization resource.

.NET
Go
Java
Python
TypeScript