Interface DetectorEvents.GuardDutyFinding.IamInstanceProfile
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DetectorEvents.GuardDutyFinding.IamInstanceProfile.Jsii$Proxy
- Enclosing class:
DetectorEvents.GuardDutyFinding
@Stability(Experimental)
public static interface DetectorEvents.GuardDutyFinding.IamInstanceProfile
extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for IamInstanceProfile.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.guardduty.events.*;
IamInstanceProfile iamInstanceProfile = IamInstanceProfile.builder()
.arn(List.of("arn"))
.id(List.of("id"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDetectorEvents.GuardDutyFinding.IamInstanceProfilestatic final classAn implementation forDetectorEvents.GuardDutyFinding.IamInstanceProfile -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
(experimental) arn property.Specify an array of string values to match this event if the actual value of arn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getId
(experimental) id property.Specify an array of string values to match this event if the actual value of id is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static DetectorEvents.GuardDutyFinding.IamInstanceProfile.Builder builder()
-