interface IApplicationSettingsRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.Pinpoint.IApplicationSettingsRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#IApplicationSettingsRef | 
  Java | software.amazon.awscdk.services.pinpoint.IApplicationSettingsRef | 
  Python | aws_cdk.aws_pinpoint.IApplicationSettingsRef | 
  TypeScript  | aws-cdk-lib » aws_pinpoint » IApplicationSettingsRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a ApplicationSettings.
Properties
| Name | Type | Description | 
|---|---|---|
| application | Application | A reference to a ApplicationSettings resource. | 
| node | Node | The tree node. | 
applicationSettingsRef
Type:
Application
A reference to a ApplicationSettings resource.
node
Type:
Node
The tree node.

 .NET
 Go
 Java
 Python
 TypeScript