Class ApplicationSettingsReference
A reference to a ApplicationSettings resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ApplicationSettingsReference : IApplicationSettingsReference
Syntax (vb)
Public Class ApplicationSettingsReference Implements IApplicationSettingsReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Pinpoint;
var applicationSettingsReference = new ApplicationSettingsReference {
ApplicationSettingsId = "applicationSettingsId"
};
Synopsis
Constructors
| ApplicationSettingsReference() | A reference to a ApplicationSettings resource. |
Properties
| ApplicationSettingsId | The Id of the ApplicationSettings resource. |
Constructors
ApplicationSettingsReference()
A reference to a ApplicationSettings resource.
public ApplicationSettingsReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Pinpoint;
var applicationSettingsReference = new ApplicationSettingsReference {
ApplicationSettingsId = "applicationSettingsId"
};
Properties
ApplicationSettingsId
The Id of the ApplicationSettings resource.
public string ApplicationSettingsId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated