| 组织ID: |
software.amazon.awscdk |
| 项目ID: |
cloudfront |
| 版本: |
0.8.2 |
| 最后修改时间: |
2019-11-03 23:19:51 |
| 包类型: |
jar |
| 标题: |
${project.groupId}:${project.artifactId} |
| 描述: |
CDK Constructs for AWS CloudFront |
| 相关URL: |
https://github.com/awslabs/aws-cdk |
| 大小: |
246.74KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>software.amazon.awscdk</groupId>
<artifactId>cloudfront</artifactId>
<version>0.8.2</version>
</dependency>
|
| Gradle引入代码: |
software.amazon.awscdk:cloudfront:0.8.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- Generated by jsii-pacmak@0.6.4 (build bbdab4f) on 2018-08-15T13:45:40.615Z -->
<!-- @jsii-pacmak:meta@ {"fingerprint":"+BaRChkMdqaGbxi1HyPNoHZfmsAAXzxJdZEi1zEUZ2s="} -->
<modelVersion>4.0.0</modelVersion>
<name>${project.groupId}:${project.artifactId}</name>
<description>CDK Constructs for AWS CloudFront</description>
<url>https://github.com/awslabs/aws-cdk</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
<comments>An OSI-approved license</comments>
</license>
</licenses>
<developers>
<developer>
<organization>Amazon Web Services</organization>
<roles>
<role>author</role>
</roles>
<organizationUrl>https://aws.amazon.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/awslabs/aws-cdk.git</connection>
<url>https://github.com/awslabs/aws-cdk.git</url>
</scm>
<artifactId>cloudfront</artifactId>
<groupId>software.amazon.awscdk</groupId>
<version>0.8.2</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<artifactId>certificatemanager</artifactId>
<groupId>software.amazon.awscdk</groupId>
<version>0.8.2</version>
</dependency>
<dependency>
<artifactId>iam</artifactId>
<groupId>software.amazon.awscdk</groupId>
<version>0.8.2</version>
</dependency>
<dependency>
<artifactId>kms</artifactId>
<groupId>software.amazon.awscdk</groupId>
<version>0.8.2</version>
</dependency>
<dependency>
<artifactId>s3</artifactId>
<groupId>software.amazon.awscdk</groupId>
<version>0.8.2</version>
</dependency>
<dependency>
<artifactId>cdk</artifactId>
<groupId>software.amazon.awscdk</groupId>
<version>0.8.2</version>
</dependency>
<dependency>
<groupId>software.amazon.jsii</groupId>
<artifactId>jsii-runtime</artifactId>
<version>0.6.4</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>[3.0.2,)</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<archive>
<index>true</index>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<failOnError>false</failOnError>
<show>protected</show>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
software.amazon.awscdk.services.cloudfront.CloudFrontWebDistributionProps$Builder$FullBuilder.class
software/amazon/awscdk/services/cloudfront/aws-cloudfront@0.8.2.jsii.tgz
software.amazon.awscdk.services.cloudfront.CustomOriginConfig$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.ViewerProtocolPolicy.class
software.amazon.awscdk.services.cloudfront.CloudFrontWebDistributionProps.class
software.amazon.awscdk.services.cloudfront.OriginSslPolicy.class
software.amazon.awscdk.services.cloudfront.CustomOriginConfig$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.$Module.class
software.amazon.awscdk.services.cloudfront.CustomOriginConfig$Builder.class
software.amazon.awscdk.services.cloudfront.ErrorConfiguration$Builder.class
software.amazon.awscdk.services.cloudfront.CustomOriginConfig.class
software.amazon.awscdk.services.cloudfront.CloudFrontWebDistribution.class
software.amazon.awscdk.services.cloudfront.AliasConfiguration$Builder.class
software.amazon.awscdk.services.cloudfront.CloudFrontAllowedMethods.class
software.amazon.awscdk.services.cloudfront.SourceConfiguration$Builder$Build.class
software.amazon.awscdk.services.cloudfront.ErrorConfiguration$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.AliasConfiguration$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$DefaultCacheBehaviorProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$StreamingDistributionConfigProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$DefaultCacheBehaviorProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$StreamingDistributionConfigProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.CloudFrontOriginAccessIdentityResourceProps$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$DistributionConfigProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CookiesProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$OriginCustomHeaderProperty$Builder$HeaderValueStep.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResourceProps$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$LoggingProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$LoggingProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$TrustedSignersProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$StreamingDistributionConfigProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$LambdaFunctionAssociationProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$DefaultCacheBehaviorProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$StreamingDistributionConfigProperty$Builder$TrustedSignersStep.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$S3OriginConfigProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$DefaultCacheBehaviorProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$LoggingProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$ForwardedValuesProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$S3OriginProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$OriginCustomHeaderProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$DefaultCacheBehaviorProperty$Builder$TargetOriginIdStep.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CookiesProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$OriginCustomHeaderProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$LoggingProperty$Builder$PrefixStep.class
software.amazon.awscdk.services.cloudfront.cloudformation.CloudFrontOriginAccessIdentityResource$CloudFrontOriginAccessIdentityConfigProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CookiesProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$ViewerCertificateProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$GeoRestrictionProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$OriginCustomHeaderProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CacheBehaviorProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$S3OriginConfigProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.CloudFrontOriginAccessIdentityResourceProps$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.ErrorConfiguration.class
software.amazon.awscdk.services.cloudfront.OriginProtocolPolicy.class
software.amazon.awscdk.services.cloudfront.Behavior.class
software.amazon.awscdk.services.cloudfront.CloudFrontWebDistributionProps$Builder$Build.class
software.amazon.awscdk.services.cloudfront.SourceConfiguration$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.S3OriginConfig$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.ErrorConfiguration$Builder$Build.class
software.amazon.awscdk.services.cloudfront.CloudFrontOriginAccessIdentityS3CanonicalUserId.class
software.amazon.awscdk.services.cloudfront.LoggingConfiguration$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.LoggingConfiguration.class
software.amazon.awscdk.services.cloudfront.LoggingConfiguration$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.CloudFrontWebDistributionProps$Builder.class
software.amazon.awscdk.services.cloudfront.SourceConfiguration$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.CustomOriginConfig$Builder$Build.class
software.amazon.awscdk.services.cloudfront.AliasConfiguration$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$DefaultCacheBehaviorProperty$Builder$ViewerProtocolPolicyStep.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$DistributionConfigProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CacheBehaviorProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CustomOriginConfigProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CustomErrorResponseProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$RestrictionsProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$TrustedSignersProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CacheBehaviorProperty$Builder$TargetOriginIdStep.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResourceProps.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$ForwardedValuesProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CookiesProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$RestrictionsProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CustomOriginConfigProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$TrustedSignersProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CustomErrorResponseProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$ForwardedValuesProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$LoggingProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CookiesProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$StreamingDistributionConfigProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResourceProps$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CustomErrorResponseProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResourceProps.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$DefaultCacheBehaviorProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$RestrictionsProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CustomErrorResponseProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$GeoRestrictionProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResourceProps$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResourceProps$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$LambdaFunctionAssociationProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$OriginProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$ForwardedValuesProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$StreamingDistributionConfigProperty$Builder$S3OriginStep.class
software.amazon.awscdk.services.cloudfront.cloudformation.CloudFrontOriginAccessIdentityResource$CloudFrontOriginAccessIdentityConfigProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$OriginProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.CloudFrontOriginAccessIdentityResourceProps$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$ForwardedValuesProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$S3OriginConfigProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CacheBehaviorProperty$Builder$ViewerProtocolPolicyStep.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$GeoRestrictionProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$OriginCustomHeaderProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$LoggingProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResourceProps$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$OriginProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResourceProps$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.CloudFrontOriginAccessIdentityResource.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$OriginProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.AliasConfiguration$Builder$Build.class
software.amazon.awscdk.services.cloudfront.DistributionDomainName.class
software.amazon.awscdk.services.cloudfront.CloudFrontWebDistributionProps$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.ErrorConfiguration$Builder$RespondWithErrorCodeStep.class
software.amazon.awscdk.services.cloudfront.AliasConfiguration$Builder$AcmCertRefStep.class
software.amazon.awscdk.services.cloudfront.S3OriginConfig$Builder$Build.class
software.amazon.awscdk.services.cloudfront.AliasConfiguration$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.ErrorConfiguration$Builder$RespondWithPageStep.class
software.amazon.awscdk.services.cloudfront.PriceClass.class
software.amazon.awscdk.services.cloudfront.LoggingConfiguration$Builder.class
software.amazon.awscdk.services.cloudfront.CloudFrontAllowedCachedMethods.class
software.amazon.awscdk.services.cloudfront.SourceConfiguration.class
META-INF/maven/software.amazon.awscdk/cloudfront/pom.xml
software.amazon.awscdk.services.cloudfront.StreamingDistributionDomainName.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResourceProps$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CookiesProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$TrustedSignersProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$S3OriginProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.CloudFrontOriginAccessIdentityResource$CloudFrontOriginAccessIdentityConfigProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$OriginProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$TrustedSignersProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$LoggingProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$LoggingProperty$Builder$EnabledStep.class
software.amazon.awscdk.services.cloudfront.cloudformation.CloudFrontOriginAccessIdentityResourceProps$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$StreamingDistributionConfigProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$S3OriginProperty$Builder$OriginAccessIdentityStep.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$TrustedSignersProperty$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResourceProps$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$ViewerCertificateProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$RestrictionsProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$GeoRestrictionProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$DistributionConfigProperty$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$OriginCustomHeaderProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.CloudFrontOriginAccessIdentityResource$CloudFrontOriginAccessIdentityConfigProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$GeoRestrictionProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CustomOriginConfigProperty$Builder.class
software.amazon.awscdk.services.cloudfront.CloudFrontWebDistributionProps$Jsii$Proxy.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$RestrictionsProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$LoggingProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResourceProps$Builder$TagsStep.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResourceProps$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResourceProps$Builder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CacheBehaviorProperty$Builder$PathPatternStep.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$LoggingProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CacheBehaviorProperty$Builder$FullBuilder.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$ViewerCertificateProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.StreamingDistributionResource$LoggingProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$DistributionConfigProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$DefaultCacheBehaviorProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.CloudFrontOriginAccessIdentityResource$CloudFrontOriginAccessIdentityConfigProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$ForwardedValuesProperty$Jsii$Pojo.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$CustomErrorResponseProperty$Builder$Build.class
software.amazon.awscdk.services.cloudfront.cloudformation.DistributionResource$GeoRestrictionProperty.class
software.amazon.awscdk.services.cloudfront.cloudformation.CloudFrontOriginAccessIdentityResourceProps$Builder$Build.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
certificatemanager-0.8.2.jar
/software.amazon.awscdk/certificatemanager/0.8.2
查看certificatemanager所有版本文件
iam-0.8.2.jar
/software.amazon.awscdk/iam/0.8.2
查看iam所有版本文件
kms-0.8.2.jar
/software.amazon.awscdk/kms/0.8.2
查看kms所有版本文件
s3-0.8.2.jar
/software.amazon.awscdk/s3/0.8.2
查看s3所有版本文件
cdk-0.8.2.jar
/software.amazon.awscdk/cdk/0.8.2
查看cdk所有版本文件
jsii-runtime-0.6.4.jar
/software.amazon.jsii/jsii-runtime/0.6.4
查看jsii-runtime所有版本文件
jsr305-[3.0.2,).jar
/com.google.code.findbugs/jsr305/[3.0.2,)
查看jsr305所有版本文件
|