interface ApplicationSettingsReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.ApplicationSettingsReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#ApplicationSettingsReference |
![]() | software.amazon.awscdk.services.pinpoint.ApplicationSettingsReference |
![]() | aws_cdk.aws_pinpoint.ApplicationSettingsReference |
![]() | aws-cdk-lib » 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 pinpoint } from 'aws-cdk-lib';
const applicationSettingsReference: 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.