Show / Hide Table of Contents

Class CfnAPIKeyPropsMixin.AppleAppProperty

Inheritance
object
CfnAPIKeyPropsMixin.AppleAppProperty
Implements
CfnAPIKeyPropsMixin.IAppleAppProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Location.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAPIKeyPropsMixin.AppleAppProperty : CfnAPIKeyPropsMixin.IAppleAppProperty
Syntax (vb)
Public Class CfnAPIKeyPropsMixin.AppleAppProperty Implements CfnAPIKeyPropsMixin.IAppleAppProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-appleapp.html

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.Mixins.Preview.AWS.Location.Mixins;

             var appleAppProperty = new AppleAppProperty {
                 BundleId = "bundleId"
             };

Synopsis

Constructors

AppleAppProperty()

Properties

BundleId

Constructors

AppleAppProperty()

public AppleAppProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-appleapp.html

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.Mixins.Preview.AWS.Location.Mixins;

             var appleAppProperty = new AppleAppProperty {
                 BundleId = "bundleId"
             };

Properties

BundleId

public string? BundleId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-appleapp.html#cfn-location-apikey-appleapp-bundleid

Implements

CfnAPIKeyPropsMixin.IAppleAppProperty
Back to top Generated by DocFX