package awsmedialive // This entity is not used. // // Ignore it. // // Example: // // The code below shows an example of how to instantiate this type. // // The values are placeholders you should change. // import "github.com/aws/aws-cdk-go/awscdk" // // inputDeviceRequestProperty := &InputDeviceRequestProperty{ // Id: jsii.String("id"), // } // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdevicerequest.html // type CfnInput_InputDeviceRequestProperty struct { // This property is not used. // // Ignore it. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdevicerequest.html#cfn-medialive-input-inputdevicerequest-id // Id *string `field:"optional" json:"id" yaml:"id"` }