interface AndroidAppProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Location.CfnAPIKey.AndroidAppProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslocation#CfnAPIKey_AndroidAppProperty |
Java | software.amazon.awscdk.services.location.CfnAPIKey.AndroidAppProperty |
Python | aws_cdk.aws_location.CfnAPIKey.AndroidAppProperty |
TypeScript | aws-cdk-lib » aws_location » CfnAPIKey » 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-lib';
const androidAppProperty: location.CfnAPIKey.AndroidAppProperty = {
certificateFingerprint: 'certificateFingerprint',
package: 'package',
};
Properties
| Name | Type | Description |
|---|---|---|
| certificate | string | |
| package | string |
certificateFingerprint
Type:
string
package
Type:
string

.NET
Go
Java
Python
TypeScript