Interface IInputSecurityGroup
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IInputSecurityGroupRef,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IInputSecurityGroup.Jsii$Default
- All Known Implementing Classes:
IInputSecurityGroup.Jsii$Proxy,InputSecurityGroup
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.182Z")
@Stability(Experimental)
public interface IInputSecurityGroup
extends software.amazon.jsii.JsiiSerializable, IResource, IInputSecurityGroupRef
(experimental) Represents a MediaLive Input Security Group.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInputSecurityGroup.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The ARN of the input security group.(experimental) The ID of the input security group.Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.medialive.IInputSecurityGroupRef
getInputSecurityGroupRefMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputSecurityGroupArn
(experimental) The ARN of the input security group. -
getInputSecurityGroupId
(experimental) The ID of the input security group.
-