@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.064Z") @Stability(value=Experimental) public abstract class FlowLogResourceType extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
FlowLogResourceType() |
protected |
FlowLogResourceType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FlowLogResourceType(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static FlowLogResourceType |
fromNetworkInterfaceId(String id)
(experimental) The Network Interface to attach the Flow Log to.
|
static FlowLogResourceType |
fromSubnet(ISubnet subnet)
(experimental) The subnet to attach the Flow Log to.
|
static FlowLogResourceType |
fromVpc(IVpc vpc)
(experimental) The VPC to attach the Flow Log to.
|
abstract String |
getResourceId()
(experimental) The Id of the resource that the flow log should be attached to.
|
abstract String |
getResourceType()
(experimental) The type of resource to attach a flow log to.
|
abstract void |
setResourceId(String value)
(experimental) The Id of the resource that the flow log should be attached to.
|
abstract void |
setResourceType(String value)
(experimental) The type of resource to attach a flow log to.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected FlowLogResourceType(software.amazon.jsii.JsiiObjectRef objRef)
protected FlowLogResourceType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected FlowLogResourceType()
@Stability(value=Experimental) @NotNull public static FlowLogResourceType fromNetworkInterfaceId(@NotNull String id)
id - This parameter is required.@Stability(value=Experimental) @NotNull public static FlowLogResourceType fromSubnet(@NotNull ISubnet subnet)
subnet - This parameter is required.@Stability(value=Experimental) @NotNull public static FlowLogResourceType fromVpc(@NotNull IVpc vpc)
vpc - This parameter is required.@Stability(value=Experimental) @NotNull public abstract String getResourceId()
@Stability(value=Experimental)
public abstract void setResourceId(@NotNull
String value)
@Stability(value=Experimental) @NotNull public abstract String getResourceType()
@Stability(value=Experimental)
public abstract void setResourceType(@NotNull
String value)
Copyright © 2021. All rights reserved.