Class InputSecurityGroup
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.medialive.alpha.InputSecurityGroup
- All Implemented Interfaces:
IEnvironmentAware,IInputSecurityGroupRef,IResource,IInputSecurityGroup,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.199Z")
@Stability(Experimental)
public class InputSecurityGroup
extends Resource
implements IInputSecurityGroup
(experimental) Defines an AWS Elemental MediaLive Input Security Group.
An input security group controls which IPv4 CIDR blocks can push content to a push-type input.
Example:
Stack stack;
InputSecurityGroup sg = InputSecurityGroup.Builder.create(stack, "SG")
.allowlistRules(List.of("203.0.113.0/24"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class(experimental) A fluent builder forInputSecurityGroup.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.IInputSecurityGroup
IInputSecurityGroup.Jsii$Default, IInputSecurityGroup.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String(experimental) Uniquely identifies this class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInputSecurityGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedInputSecurityGroup(software.amazon.jsii.JsiiObjectRef objRef) InputSecurityGroup(software.constructs.Construct scope, String id, InputSecurityGroupProps props) -
Method Summary
Modifier and TypeMethodDescriptionstatic IInputSecurityGroupfromInputSecurityGroupArn(software.constructs.Construct scope, String id, String inputSecurityGroupArn) (experimental) Import an existing input security group by its ARN.(experimental) The ARN of the input security group.(experimental) The ID of the input security group.(experimental) A reference to this Input Security Group resource.Methods inherited from class software.amazon.awscdk.Resource
applyCrossStackReferenceStrength, applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResource, withMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
PROPERTY_INJECTION_ID
(experimental) Uniquely identifies this class.
-
-
Constructor Details
-
InputSecurityGroup
protected InputSecurityGroup(software.amazon.jsii.JsiiObjectRef objRef) -
InputSecurityGroup
protected InputSecurityGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
InputSecurityGroup
@Stability(Experimental) public InputSecurityGroup(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull InputSecurityGroupProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-
Method Details
-
fromInputSecurityGroupArn
@Stability(Experimental) @NotNull public static IInputSecurityGroup fromInputSecurityGroupArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String inputSecurityGroupArn) (experimental) Import an existing input security group by its ARN.The id is parsed out of the ARN.
- Parameters:
scope- This parameter is required.id- This parameter is required.inputSecurityGroupArn- This parameter is required.
-
getInputSecurityGroupArn
(experimental) The ARN of the input security group.- Specified by:
getInputSecurityGroupArnin interfaceIInputSecurityGroup
-
getInputSecurityGroupId
(experimental) The ID of the input security group.- Specified by:
getInputSecurityGroupIdin interfaceIInputSecurityGroup
-
getInputSecurityGroupRef
(experimental) A reference to this Input Security Group resource.- Specified by:
getInputSecurityGroupRefin interfaceIInputSecurityGroupRef
-