Show / Hide Table of Contents

Interface CfnAPIKey.IAppleAppProperty

Namespace: Amazon.CDK.AWS.Location
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAPIKey.IAppleAppProperty
Syntax (vb)
Public Interface CfnAPIKey.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.AWS.Location;

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

Synopsis

Properties

BundleId

Properties

BundleId

string BundleId { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX