interface InputSecurityGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.InputSecurityGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#InputSecurityGroupReference |
![]() | software.amazon.awscdk.services.medialive.InputSecurityGroupReference |
![]() | aws_cdk.aws_medialive.InputSecurityGroupReference |
![]() | aws-cdk-lib » aws_medialive » InputSecurityGroupReference |
A reference to a InputSecurityGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const inputSecurityGroupReference: medialive.InputSecurityGroupReference = {
inputSecurityGroupArn: 'inputSecurityGroupArn',
inputSecurityGroupId: 'inputSecurityGroupId',
};
Properties
Name | Type | Description |
---|---|---|
input | string | The ARN of the InputSecurityGroup resource. |
input | string | The Id of the InputSecurityGroup resource. |
inputSecurityGroupArn
Type:
string
The ARN of the InputSecurityGroup resource.
inputSecurityGroupId
Type:
string
The Id of the InputSecurityGroup resource.