interface ApplicationSettingsReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Pinpoint.ApplicationSettingsReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspinpoint#ApplicationSettingsReference |
Java | software.amazon.awscdk.interfaces.pinpoint.ApplicationSettingsReference |
Python | aws_cdk.interfaces.aws_pinpoint.ApplicationSettingsReference |
TypeScript | aws-cdk-lib » interfaces » aws_pinpoint » ApplicationSettingsReference |
A reference to a ApplicationSettings resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as interfaces_aws_pinpoint } from 'aws-cdk-lib/interfaces';
const applicationSettingsReference: interfaces_aws_pinpoint.ApplicationSettingsReference = {
applicationSettingsId: 'applicationSettingsId',
};
Properties
| Name | Type | Description |
|---|---|---|
| application | string | The Id of the ApplicationSettings resource. |
applicationSettingsId
Type:
string
The Id of the ApplicationSettings resource.

.NET
Go
Java
Python
TypeScript