Interface CfnAccessLogSubscriptionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAccessLogSubscriptionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-10-31T19:13:06.882Z")
@Stability(Stable)
public interface CfnAccessLogSubscriptionProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnAccessLogSubscription
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.vpclattice.*; CfnAccessLogSubscriptionProps cfnAccessLogSubscriptionProps = CfnAccessLogSubscriptionProps.builder() .destinationArn("destinationArn") // the properties below are optional .resourceIdentifier("resourceIdentifier") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAccessLogSubscriptionProps
static final class
An implementation forCfnAccessLogSubscriptionProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestinationArn
The Amazon Resource Name (ARN) of the destination.The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.
- See Also:
-
getResourceIdentifier
The ID or Amazon Resource Name (ARN) of the service network or service.- See Also:
-
getTags
The tags for the access log subscription.- See Also:
-
builder
-