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
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; }