interface AppleAppProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Location.CfnAPIKeyPropsMixin.AppleAppProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslocation#CfnAPIKeyPropsMixin_AppleAppProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.location.CfnAPIKeyPropsMixin.AppleAppProperty |
Python | aws_cdk.cfn_property_mixins.aws_location.CfnAPIKeyPropsMixin.AppleAppProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_location » CfnAPIKeyPropsMixin » AppleAppProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_location as location } from '@aws-cdk/cfn-property-mixins';
const appleAppProperty: location.CfnAPIKeyPropsMixin.AppleAppProperty = {
bundleId: 'bundleId',
};
Properties
| Name | Type | Description |
|---|---|---|
| bundle | string |
bundleId?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript