SkillReference

class aws_cdk.alexa_ask.SkillReference(*, skill_id)

Bases: object

A reference to a Skill resource.

Parameters:

skill_id (str) – The Id of the Skill resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import alexa_ask

skill_reference = alexa_ask.SkillReference(
    skill_id="skillId"
)

Attributes

skill_id

The Id of the Skill resource.