interface AndroidAppProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Location.CfnAPIKeyPropsMixin.AndroidAppProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslocation#CfnAPIKeyPropsMixin_AndroidAppProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.location.CfnAPIKeyPropsMixin.AndroidAppProperty |
Python | aws_cdk.cfn_property_mixins.aws_location.CfnAPIKeyPropsMixin.AndroidAppProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_location » CfnAPIKeyPropsMixin » AndroidAppProperty |
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 androidAppProperty: location.CfnAPIKeyPropsMixin.AndroidAppProperty = {
certificateFingerprint: 'certificateFingerprint',
package: 'package',
};
Properties
| Name | Type | Description |
|---|---|---|
| certificate | string | |
| package? | string |
certificateFingerprint?
Type:
string
(optional)
package?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript