{"version":"2","toolVersion":"1.84.0","snippets":{"d3c8408066ab33f3af06e453b28444016437a553e53c86291737ce3e85789c5a":{"translations":{"python":{"source":"import aws_cdk.alexa_ask as alexa_ask","version":"2"},"csharp":{"source":"using Amazon.CDK.Alexa.Ask;","version":"1"},"java":{"source":"import software.amazon.awscdk.alexa.ask.*;","version":"1"},"go":{"source":"import alexa_ask \"github.com/aws-samples/dummy/awscdkalexaask\"","version":"1"},"$":{"source":"import * as alexa_ask from '@aws-cdk/alexa-ask';","version":"0"}},"location":{"api":{"api":"moduleReadme","moduleFqn":"@aws-cdk/alexa-ask"},"field":{"field":"markdown","line":21}},"didCompile":true,"fqnsReferenced":[],"fullSource":"import * as alexa_ask from '@aws-cdk/alexa-ask';","syntaxKindCounter":{"10":1,"75":1,"254":1,"255":1,"256":1,"290":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"bf0cb6f6ff74f03807a1d9cbb52ed4711c7c6f2f345bc78fac3701063ef69106":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.alexa_ask as alexa_ask\n\n# manifest: Any\n\ncfn_skill = alexa_ask.CfnSkill(self, \"MyCfnSkill\",\n authentication_configuration=alexa_ask.CfnSkill.AuthenticationConfigurationProperty(\n client_id=\"clientId\",\n client_secret=\"clientSecret\",\n refresh_token=\"refreshToken\"\n ),\n skill_package=alexa_ask.CfnSkill.SkillPackageProperty(\n s3_bucket=\"s3Bucket\",\n s3_key=\"s3Key\",\n\n # the properties below are optional\n overrides=alexa_ask.CfnSkill.OverridesProperty(\n manifest=manifest\n ),\n s3_bucket_role=\"s3BucketRole\",\n s3_object_version=\"s3ObjectVersion\"\n ),\n vendor_id=\"vendorId\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.Alexa.Ask;\n\nvar manifest;\n\nvar cfnSkill = new CfnSkill(this, \"MyCfnSkill\", new CfnSkillProps {\n AuthenticationConfiguration = new AuthenticationConfigurationProperty {\n ClientId = \"clientId\",\n ClientSecret = \"clientSecret\",\n RefreshToken = \"refreshToken\"\n },\n SkillPackage = new SkillPackageProperty {\n S3Bucket = \"s3Bucket\",\n S3Key = \"s3Key\",\n\n // the properties below are optional\n Overrides = new OverridesProperty {\n Manifest = manifest\n },\n S3BucketRole = \"s3BucketRole\",\n S3ObjectVersion = \"s3ObjectVersion\"\n },\n VendorId = \"vendorId\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.alexa.ask.*;\n\nObject manifest;\n\nCfnSkill cfnSkill = CfnSkill.Builder.create(this, \"MyCfnSkill\")\n .authenticationConfiguration(AuthenticationConfigurationProperty.builder()\n .clientId(\"clientId\")\n .clientSecret(\"clientSecret\")\n .refreshToken(\"refreshToken\")\n .build())\n .skillPackage(SkillPackageProperty.builder()\n .s3Bucket(\"s3Bucket\")\n .s3Key(\"s3Key\")\n\n // the properties below are optional\n .overrides(OverridesProperty.builder()\n .manifest(manifest)\n .build())\n .s3BucketRole(\"s3BucketRole\")\n .s3ObjectVersion(\"s3ObjectVersion\")\n .build())\n .vendorId(\"vendorId\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport alexa_ask \"github.com/aws-samples/dummy/awscdkalexaask\"\n\nvar manifest interface{}\n\ncfnSkill := alexa_ask.NewCfnSkill(this, jsii.String(\"MyCfnSkill\"), &CfnSkillProps{\n\tAuthenticationConfiguration: &AuthenticationConfigurationProperty{\n\t\tClientId: jsii.String(\"clientId\"),\n\t\tClientSecret: jsii.String(\"clientSecret\"),\n\t\tRefreshToken: jsii.String(\"refreshToken\"),\n\t},\n\tSkillPackage: &SkillPackageProperty{\n\t\tS3Bucket: jsii.String(\"s3Bucket\"),\n\t\tS3Key: jsii.String(\"s3Key\"),\n\n\t\t// the properties below are optional\n\t\tOverrides: &OverridesProperty{\n\t\t\tManifest: manifest,\n\t\t},\n\t\tS3BucketRole: jsii.String(\"s3BucketRole\"),\n\t\tS3ObjectVersion: jsii.String(\"s3ObjectVersion\"),\n\t},\n\tVendorId: jsii.String(\"vendorId\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as alexa_ask from '@aws-cdk/alexa-ask';\n\ndeclare const manifest: any;\nconst cfnSkill = new alexa_ask.CfnSkill(this, 'MyCfnSkill', {\n authenticationConfiguration: {\n clientId: 'clientId',\n clientSecret: 'clientSecret',\n refreshToken: 'refreshToken',\n },\n skillPackage: {\n s3Bucket: 's3Bucket',\n s3Key: 's3Key',\n\n // the properties below are optional\n overrides: {\n manifest: manifest,\n },\n s3BucketRole: 's3BucketRole',\n s3ObjectVersion: 's3ObjectVersion',\n },\n vendorId: 'vendorId',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/alexa-ask.CfnSkill"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/alexa-ask.CfnSkill","@aws-cdk/alexa-ask.CfnSkillProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as alexa_ask from '@aws-cdk/alexa-ask';\n\ndeclare const manifest: any;\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnSkill = new alexa_ask.CfnSkill(this, 'MyCfnSkill', {\n authenticationConfiguration: {\n clientId: 'clientId',\n clientSecret: 'clientSecret',\n refreshToken: 'refreshToken',\n },\n skillPackage: {\n s3Bucket: 's3Bucket',\n s3Key: 's3Key',\n\n // the properties below are optional\n overrides: {\n manifest: manifest,\n },\n s3BucketRole: 's3BucketRole',\n s3ObjectVersion: 's3ObjectVersion',\n },\n vendorId: 'vendorId',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":10,"75":18,"104":1,"125":1,"130":1,"193":4,"194":1,"197":1,"225":2,"242":2,"243":2,"254":1,"255":1,"256":1,"281":12,"290":1},"fqnsFingerprint":"882147332904d938aa69cb568eaf960e0a3944b972476cd59ba0556f78632743"},"029c87f028ee3372a95ed3ca27c411f003845fedd3ff144e028c3babc84fd883":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.alexa_ask as alexa_ask\n\nauthentication_configuration_property = alexa_ask.CfnSkill.AuthenticationConfigurationProperty(\n client_id=\"clientId\",\n client_secret=\"clientSecret\",\n refresh_token=\"refreshToken\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.Alexa.Ask;\n\nvar authenticationConfigurationProperty = new AuthenticationConfigurationProperty {\n ClientId = \"clientId\",\n ClientSecret = \"clientSecret\",\n RefreshToken = \"refreshToken\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.alexa.ask.*;\n\nAuthenticationConfigurationProperty authenticationConfigurationProperty = AuthenticationConfigurationProperty.builder()\n .clientId(\"clientId\")\n .clientSecret(\"clientSecret\")\n .refreshToken(\"refreshToken\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport alexa_ask \"github.com/aws-samples/dummy/awscdkalexaask\"\n\nauthenticationConfigurationProperty := &AuthenticationConfigurationProperty{\n\tClientId: jsii.String(\"clientId\"),\n\tClientSecret: jsii.String(\"clientSecret\"),\n\tRefreshToken: jsii.String(\"refreshToken\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as alexa_ask from '@aws-cdk/alexa-ask';\nconst authenticationConfigurationProperty: alexa_ask.CfnSkill.AuthenticationConfigurationProperty = {\n clientId: 'clientId',\n clientSecret: 'clientSecret',\n refreshToken: 'refreshToken',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/alexa-ask.CfnSkill.AuthenticationConfigurationProperty"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/alexa-ask.CfnSkill.AuthenticationConfigurationProperty"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as alexa_ask from '@aws-cdk/alexa-ask';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst authenticationConfigurationProperty: alexa_ask.CfnSkill.AuthenticationConfigurationProperty = {\n clientId: 'clientId',\n clientSecret: 'clientSecret',\n refreshToken: 'refreshToken',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":4,"75":8,"153":2,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":3,"290":1},"fqnsFingerprint":"683f7e915cb3973972b841c11bef71efc05e585d1bf6ed0cb7570d8af90e2b01"},"9a9e0b149fe28dd2311064b8f98ba8c7de32b2da759b3b96dea33270a8863bb0":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.alexa_ask as alexa_ask\n\n# manifest: Any\n\noverrides_property = alexa_ask.CfnSkill.OverridesProperty(\n manifest=manifest\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.Alexa.Ask;\n\nvar manifest;\n\nvar overridesProperty = new OverridesProperty {\n Manifest = manifest\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.alexa.ask.*;\n\nObject manifest;\n\nOverridesProperty overridesProperty = OverridesProperty.builder()\n .manifest(manifest)\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport alexa_ask \"github.com/aws-samples/dummy/awscdkalexaask\"\n\nvar manifest interface{}\n\noverridesProperty := &OverridesProperty{\n\tManifest: manifest,\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as alexa_ask from '@aws-cdk/alexa-ask';\n\ndeclare const manifest: any;\nconst overridesProperty: alexa_ask.CfnSkill.OverridesProperty = {\n manifest: manifest,\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/alexa-ask.CfnSkill.OverridesProperty"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/alexa-ask.CfnSkill.OverridesProperty"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as alexa_ask from '@aws-cdk/alexa-ask';\n\ndeclare const manifest: any;\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst overridesProperty: alexa_ask.CfnSkill.OverridesProperty = {\n manifest: manifest,\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":1,"75":8,"125":1,"130":1,"153":2,"169":1,"193":1,"225":2,"242":2,"243":2,"254":1,"255":1,"256":1,"281":1,"290":1},"fqnsFingerprint":"3d6a3673ac1cde5cc94b11932a63ddfaa8c7b99a868726ef7aa15d5c81a52d4a"},"7391d4147149061e6cbb91f3418d7463ec7fa6cb21b83fb87c2bd50b3ee5dbc1":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.alexa_ask as alexa_ask\n\n# manifest: Any\n\nskill_package_property = alexa_ask.CfnSkill.SkillPackageProperty(\n s3_bucket=\"s3Bucket\",\n s3_key=\"s3Key\",\n\n # the properties below are optional\n overrides=alexa_ask.CfnSkill.OverridesProperty(\n manifest=manifest\n ),\n s3_bucket_role=\"s3BucketRole\",\n s3_object_version=\"s3ObjectVersion\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.Alexa.Ask;\n\nvar manifest;\n\nvar skillPackageProperty = new SkillPackageProperty {\n S3Bucket = \"s3Bucket\",\n S3Key = \"s3Key\",\n\n // the properties below are optional\n Overrides = new OverridesProperty {\n Manifest = manifest\n },\n S3BucketRole = \"s3BucketRole\",\n S3ObjectVersion = \"s3ObjectVersion\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.alexa.ask.*;\n\nObject manifest;\n\nSkillPackageProperty skillPackageProperty = SkillPackageProperty.builder()\n .s3Bucket(\"s3Bucket\")\n .s3Key(\"s3Key\")\n\n // the properties below are optional\n .overrides(OverridesProperty.builder()\n .manifest(manifest)\n .build())\n .s3BucketRole(\"s3BucketRole\")\n .s3ObjectVersion(\"s3ObjectVersion\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport alexa_ask \"github.com/aws-samples/dummy/awscdkalexaask\"\n\nvar manifest interface{}\n\nskillPackageProperty := &SkillPackageProperty{\n\tS3Bucket: jsii.String(\"s3Bucket\"),\n\tS3Key: jsii.String(\"s3Key\"),\n\n\t// the properties below are optional\n\tOverrides: &OverridesProperty{\n\t\tManifest: manifest,\n\t},\n\tS3BucketRole: jsii.String(\"s3BucketRole\"),\n\tS3ObjectVersion: jsii.String(\"s3ObjectVersion\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as alexa_ask from '@aws-cdk/alexa-ask';\n\ndeclare const manifest: any;\nconst skillPackageProperty: alexa_ask.CfnSkill.SkillPackageProperty = {\n s3Bucket: 's3Bucket',\n s3Key: 's3Key',\n\n // the properties below are optional\n overrides: {\n manifest: manifest,\n },\n s3BucketRole: 's3BucketRole',\n s3ObjectVersion: 's3ObjectVersion',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/alexa-ask.CfnSkill.SkillPackageProperty"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/alexa-ask.CfnSkill.SkillPackageProperty"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as alexa_ask from '@aws-cdk/alexa-ask';\n\ndeclare const manifest: any;\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst skillPackageProperty: alexa_ask.CfnSkill.SkillPackageProperty = {\n s3Bucket: 's3Bucket',\n s3Key: 's3Key',\n\n // the properties below are optional\n overrides: {\n manifest: manifest,\n },\n s3BucketRole: 's3BucketRole',\n s3ObjectVersion: 's3ObjectVersion',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":5,"75":13,"125":1,"130":1,"153":2,"169":1,"193":2,"225":2,"242":2,"243":2,"254":1,"255":1,"256":1,"281":6,"290":1},"fqnsFingerprint":"07cc6f73a05b198772eb1f81608dd3f395d6cc81c2fe6c1181273f865926ac16"},"bd92b1ede3b7f8413edfb1f023b610371037d440c341d695dcbad5fa90860d5c":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.alexa_ask as alexa_ask\n\n# manifest: Any\n\ncfn_skill_props = alexa_ask.CfnSkillProps(\n authentication_configuration=alexa_ask.CfnSkill.AuthenticationConfigurationProperty(\n client_id=\"clientId\",\n client_secret=\"clientSecret\",\n refresh_token=\"refreshToken\"\n ),\n skill_package=alexa_ask.CfnSkill.SkillPackageProperty(\n s3_bucket=\"s3Bucket\",\n s3_key=\"s3Key\",\n\n # the properties below are optional\n overrides=alexa_ask.CfnSkill.OverridesProperty(\n manifest=manifest\n ),\n s3_bucket_role=\"s3BucketRole\",\n s3_object_version=\"s3ObjectVersion\"\n ),\n vendor_id=\"vendorId\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.Alexa.Ask;\n\nvar manifest;\n\nvar cfnSkillProps = new CfnSkillProps {\n AuthenticationConfiguration = new AuthenticationConfigurationProperty {\n ClientId = \"clientId\",\n ClientSecret = \"clientSecret\",\n RefreshToken = \"refreshToken\"\n },\n SkillPackage = new SkillPackageProperty {\n S3Bucket = \"s3Bucket\",\n S3Key = \"s3Key\",\n\n // the properties below are optional\n Overrides = new OverridesProperty {\n Manifest = manifest\n },\n S3BucketRole = \"s3BucketRole\",\n S3ObjectVersion = \"s3ObjectVersion\"\n },\n VendorId = \"vendorId\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.alexa.ask.*;\n\nObject manifest;\n\nCfnSkillProps cfnSkillProps = CfnSkillProps.builder()\n .authenticationConfiguration(AuthenticationConfigurationProperty.builder()\n .clientId(\"clientId\")\n .clientSecret(\"clientSecret\")\n .refreshToken(\"refreshToken\")\n .build())\n .skillPackage(SkillPackageProperty.builder()\n .s3Bucket(\"s3Bucket\")\n .s3Key(\"s3Key\")\n\n // the properties below are optional\n .overrides(OverridesProperty.builder()\n .manifest(manifest)\n .build())\n .s3BucketRole(\"s3BucketRole\")\n .s3ObjectVersion(\"s3ObjectVersion\")\n .build())\n .vendorId(\"vendorId\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport alexa_ask \"github.com/aws-samples/dummy/awscdkalexaask\"\n\nvar manifest interface{}\n\ncfnSkillProps := &CfnSkillProps{\n\tAuthenticationConfiguration: &AuthenticationConfigurationProperty{\n\t\tClientId: jsii.String(\"clientId\"),\n\t\tClientSecret: jsii.String(\"clientSecret\"),\n\t\tRefreshToken: jsii.String(\"refreshToken\"),\n\t},\n\tSkillPackage: &SkillPackageProperty{\n\t\tS3Bucket: jsii.String(\"s3Bucket\"),\n\t\tS3Key: jsii.String(\"s3Key\"),\n\n\t\t// the properties below are optional\n\t\tOverrides: &OverridesProperty{\n\t\t\tManifest: manifest,\n\t\t},\n\t\tS3BucketRole: jsii.String(\"s3BucketRole\"),\n\t\tS3ObjectVersion: jsii.String(\"s3ObjectVersion\"),\n\t},\n\tVendorId: jsii.String(\"vendorId\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as alexa_ask from '@aws-cdk/alexa-ask';\n\ndeclare const manifest: any;\nconst cfnSkillProps: alexa_ask.CfnSkillProps = {\n authenticationConfiguration: {\n clientId: 'clientId',\n clientSecret: 'clientSecret',\n refreshToken: 'refreshToken',\n },\n skillPackage: {\n s3Bucket: 's3Bucket',\n s3Key: 's3Key',\n\n // the properties below are optional\n overrides: {\n manifest: manifest,\n },\n s3BucketRole: 's3BucketRole',\n s3ObjectVersion: 's3ObjectVersion',\n },\n vendorId: 'vendorId',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/alexa-ask.CfnSkillProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/alexa-ask.CfnSkillProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as alexa_ask from '@aws-cdk/alexa-ask';\n\ndeclare const manifest: any;\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnSkillProps: alexa_ask.CfnSkillProps = {\n authenticationConfiguration: {\n clientId: 'clientId',\n clientSecret: 'clientSecret',\n refreshToken: 'refreshToken',\n },\n skillPackage: {\n s3Bucket: 's3Bucket',\n s3Key: 's3Key',\n\n // the properties below are optional\n overrides: {\n manifest: manifest,\n },\n s3BucketRole: 's3BucketRole',\n s3ObjectVersion: 's3ObjectVersion',\n },\n vendorId: 'vendorId',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":9,"75":18,"125":1,"130":1,"153":1,"169":1,"193":4,"225":2,"242":2,"243":2,"254":1,"255":1,"256":1,"281":12,"290":1},"fqnsFingerprint":"b97c88f055bcf3ddfd70f18442e5438e7a6662e0142e660a71fa3477f58107e0"}}}