Show / Hide Table of Contents

Class ApplicationSettingsReference

A reference to a ApplicationSettings resource.

Inheritance
object
ApplicationSettingsReference
Implements
IApplicationSettingsReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IApplicationSettingsReference
Back to top Generated by DocFX