Uses of Class
com.cloudforgeci.api.core.Slot
Packages that use Slot
-
Uses of Slot in com.cloudforgeci.api.core
Fields in com.cloudforgeci.api.core declared as SlotModifier and TypeFieldDescriptionfinal Slot<software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationLoadBalancer> SystemContext.albfinal Slot<software.amazon.awscdk.services.ec2.SecurityGroup> SystemContext.albSgfinal Slot<software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationTargetGroup> SystemContext.albTargetGroupfinal Slot<software.amazon.awscdk.services.efs.AccessPoint> SystemContext.apfinal Slot<software.constructs.IConstruct> SystemContext.applicationOidcClientSecretResourcefinal Slot<OidcConfiguration> SystemContext.applicationOidcConfigfinal Slot<ApplicationSpec> SystemContext.applicationSpecSystemContext.artifactsBucketSystemContext.artifactsPrefixfinal Slot<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> SystemContext.asgSystemContext.asgAddedToTargetGroupSystemContext.authModefinal Slot<software.amazon.awscdk.services.certificatemanager.ICertificate> SystemContext.certSystemContext.cloudfrontSystemContext.cognitoAuthorizationEndpointSystemContext.cognitoClientIdSystemContext.cognitoClientSecretNamefinal Slot<software.constructs.IConstruct> SystemContext.cognitoClientSecretResourceInternalSystemContext.cognitoDomainPrefixSystemContext.cognitoIssuerSystemContext.cognitoLogoutEndpointSystemContext.cognitoTokenEndpointSystemContext.cognitoUserInfoEndpointfinal Slot<software.amazon.awscdk.services.cognito.IUserPool> SystemContext.cognitoUserPoolfinal Slot<software.amazon.awscdk.services.cognito.IUserPoolClient> SystemContext.cognitoUserPoolClientfinal Slot<software.amazon.awscdk.services.cognito.IUserPoolDomain> SystemContext.cognitoUserPoolDomainSystemContext.cognitoUserPoolIdfinal Slot<software.amazon.awscdk.services.ecs.ContainerDefinition> SystemContext.containerSystemContext.cpuSystemContext.cpuTargetUtilizationSystemContext.dbConnectionSystemContext.dbConnectionStringComponentsfinal Slot<software.amazon.awscdk.services.secretsmanager.Secret> SystemContext.dbCredentialsfinal Slot<software.amazon.awscdk.services.ssm.StringParameter> SystemContext.dbDatasourceParameterfinal Slot<software.amazon.awscdk.services.ec2.SecurityGroup> SystemContext.dbSecurityGroupfinal Slot<software.amazon.awscdk.services.cloudfront.Distribution> SystemContext.distributionSystemContext.dnsRecordsCallbackRegisteredSystemContext.dnsRecordsCreatedSystemContext.domainSystemContext.ec2AutoscalingCallbackRegisteredfinal Slot<software.amazon.awscdk.services.ec2.Instance> SystemContext.ec2Instancefinal Slot<software.amazon.awscdk.services.iam.Role> SystemContext.ec2InstanceRolefinal Slot<software.amazon.awscdk.services.efs.FileSystem> SystemContext.efsfinal Slot<software.amazon.awscdk.services.ec2.SecurityGroup> SystemContext.efsSgSystemContext.enableFlowlogsSystemContext.fargateAutoscalingCallbackRegisteredSystemContext.fargateAutoscalingConfiguredfinal Slot<software.amazon.awscdk.services.iam.Role> SystemContext.fargateExecutionRolefinal Slot<software.amazon.awscdk.services.ecs.FargateService> SystemContext.fargateServicefinal Slot<software.amazon.awscdk.services.ec2.SecurityGroup> SystemContext.fargateServiceSgfinal Slot<software.amazon.awscdk.services.ecs.TaskDefinition> SystemContext.fargateTaskDeffinal Slot<software.amazon.awscdk.services.iam.Role> SystemContext.fargateTaskRolefinal Slot<software.amazon.awscdk.services.ec2.FlowLogOptions> SystemContext.flowlogsSystemContext.fqdnfinal Slot<software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListener> SystemContext.httpSystemContext.httpRedirectEnabledfinal Slot<software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListener> SystemContext.httpsSystemContext.httpsTargetsAddedfinal Slot<software.amazon.awscdk.CustomResource> SystemContext.identityCenterfinal Slot<software.amazon.awscdk.services.ec2.SecurityGroup> SystemContext.instanceSgSystemContext.keycloakDeployedSystemContext.keycloakServiceUrlSystemContext.lbTypefinal Slot<software.amazon.awscdk.services.logs.LogGroup> SystemContext.logsSystemContext.maxInstanceCapacitySystemContext.memorySystemContext.minInstanceCapacitySystemContext.networkModefinal Slot<software.amazon.awscdk.services.acmpca.CfnCertificateAuthority> SystemContext.privateCafinal Slot<software.amazon.awscdk.services.rds.DatabaseInstance> SystemContext.rdsDatabaseSystemContext.samlAcsUrlSystemContext.samlConfigSecretArnSystemContext.samlIdpEntityIdSystemContext.samlIdpLogoutUrlSystemContext.samlIdpMetadataUrlSystemContext.samlIdpSsoUrlSystemContext.samlProviderTypeSystemContext.samlSiteUrlSystemContext.scalingPoliciesAppliedfinal Slot<SecurityProfileConfiguration> SystemContext.securityProfileConfigSystemContext.sslEnabledSystemContext.ssoGroupIdSystemContext.ssoInstanceArnSystemContext.ssoTargetAccountIdSystemContext.subdomainfinal Slot<software.amazon.awscdk.services.ec2.Vpc> SystemContext.vpcSystemContext.wafEnabledfinal Slot<software.amazon.awscdk.services.wafv2.CfnWebACL> SystemContext.wafWebAclfinal Slot<software.amazon.awscdk.services.s3.Bucket> SystemContext.websiteBucketSystemContext.wiredfinal Slot<software.amazon.awscdk.services.route53.IHostedZone> SystemContext.zone -
Uses of Slot in com.cloudforgeci.api.core.rules
Methods in com.cloudforgeci.api.core.rules with parameters of type SlotModifier and TypeMethodDescriptionstatic <A,B, C> void RuleKit.whenAll(Slot<A> a, Slot<B> b, Slot<C> c, RuleKit.TriConsumer<A, B, C> fn) static <A,B, C, D>
voidstatic <A,B, C, D, E>
voidRuleKit.whenAll5(Slot<A> a, Slot<B> b, Slot<C> c, Slot<D> d, Slot<E> e, RuleKit.PentaConsumer<A, B, C, D, E> fn) static <A,B> void RuleKit.whenBoth(Slot<A> a, Slot<B> b, BiConsumer<A, B> fn) Method parameters in com.cloudforgeci.api.core.rules with type arguments of type Slot