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();
 
  • Method Details