Show / Hide Table of Contents

Interface CfnAPIKeyPropsMixin.IAndroidAppProperty

Namespace: Amazon.CDK.Mixins.Preview.AWS.Location.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAPIKeyPropsMixin.IAndroidAppProperty
Syntax (vb)
Public Interface CfnAPIKeyPropsMixin.IAndroidAppProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-androidapp.html

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 androidAppProperty = new AndroidAppProperty {
                 CertificateFingerprint = "certificateFingerprint",
                 Package = "package"
             };

Synopsis

Properties

CertificateFingerprint
Package

Properties

CertificateFingerprint

string? CertificateFingerprint { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-androidapp.html#cfn-location-apikey-androidapp-certificatefingerprint

Package

string? Package { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-androidapp.html#cfn-location-apikey-androidapp-package

Back to top Generated by DocFX