Class CfnAPIKeyPropsMixin.AppleAppProperty
Implements
Inherited Members
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
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
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; }